8bitworkshop icon indicating copy to clipboard operation
8bitworkshop copied to clipboard

Error: Cannot find module '8bitworkshop/node_modules/electron/install.js'

Open ghost opened this issue 5 years ago • 1 comments


# cd 8bitworkshop/
8bitworkshop# git submodule init
/8bitworkshop# git submodule update
8bitworkshop# npm i

> [email protected] postinstall 8bitworkshop/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"

> [email protected] postinstall 8bitworkshop/node_modules/electron
> node install.js

internal/modules/cjs/loader.js:979
  throw err;
  ^

Error: Cannot find module '8bitworkshop/node_modules/electron/install.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:976:15)
    at Function.Module._load (internal/modules/cjs/loader.js:859:27)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
    at internal/main/run_main_module.js:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

ghost avatar Sep 13 '20 11:09 ghost

Are you running as root? npm might be doing some funny stuff with user-switching. I'd try again with a fresh install as a regular user.

sehugg avatar Sep 13 '20 16:09 sehugg