<div id="geary-body" dir="auto"><div><br></div></div><div id="geary-quote" dir="auto"><br>On Thu, Oct 10, 2019 at 22:50, Nicolas Mora <nicolas@babelouest.org> wrote:<br><blockquote type="cite"><div class="plaintext" style="white-space: pre-wrap;">Hello,

In the package node-i18next-xhr-backend [1] I'm working on, I have this
error during the dh_test phase:

   dh_auto_test --buildsystem=nodejs
        /usr/bin/node -e require\(\"./.\"\)
internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module './_an-object'
    at Function.Module._resolveFilename
(internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at /<<PKGBUILDDIR>>/dist/umd/i18nextXHRBackend.js:88:17
    at /<<PKGBUILDDIR>>/dist/umd/i18nextXHRBackend.js:2:82
    at Object.<anonymous>
(/<<PKGBUILDDIR>>/dist/umd/i18nextXHRBackend.js:5:2)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)

After some search, I can see that node-core-js is involved in this issue
but I don't see how yet.
I tried several things to fix this, like using polyfill or modifying the
rollup.config.js file but so far no luck.
<br></div></blockquote><span style="white-space: pre-wrap;"><div><span style="white-space: pre-wrap;"><br></span></div>If it is related to core-js, then probable it is expecting core-js 3 as babel 7 needs core-js 3. See if it works with core-js 3 from experimental.</span><div><span style="white-space: pre-wrap;"><br></span><blockquote type="cite"><div class="plaintext" style="white-space: pre-wrap;">Does anyone had this kind of error before in a package?

[1] - <a href="https://salsa.debian.org/babelouest-guest/node-i18next-xhr-backend">https://salsa.debian.org/babelouest-guest/node-i18next-xhr-backend</a>
</div><div class="plaintext" style="white-space: pre-wrap;">-- 
Pkg-javascript-devel mailing list
<a href="mailto:Pkg-javascript-devel@alioth-lists.debian.net">Pkg-javascript-devel@alioth-lists.debian.net</a>
<a href="https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel">https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel</a></div></blockquote></div></div>