rebuild icon indicating copy to clipboard operation
rebuild copied to clipboard

Error: Cannot find module error on Windows (lerna, yarn, workspaces)

Open gagarin55 opened this issue 5 years ago • 0 comments

On Windows we got:

yarn run v1.13.0
$ C:\projects\emerald-wallet\node_modules\@emeraldwallet\desktop\node_modules\.bin\electron-rebuild
module.js:550
    throw err;
    ^
Error: Cannot find module 'C:\projects\emerald-wallet\node_modules\node_modules\electron-rebuild\lib\src\cli.js'
    at Function.Module._resolveFilename (module.js:548:15)
    at Function.Module._load (module.js:475:25)
    at Function.Module.runMain (module.js:694:10)
    at startup (bootstrap_node.js:204:16)
    at bootstrap_node.js:625:3
error Command failed with exit code 1.

It seems that something wrong with paths here:

Error: Cannot find module 'C:\projects\emerald-wallet\node_modules\node_modules\electron-rebuild\lib\src\cli.js

The project and its build - https://ci.appveyor.com/project/etcdevteam/emerald-wallet/builds/24301246

We use yarn and lerna with workspaces. Linux and OSX builds are fine.

Thank you for any assistance, will be glad to provide more details if needed

gagarin55 avatar May 04 '19 08:05 gagarin55