Node: npm start error in start script how can i solve this one

Created on 2 Dec 2016  ·  1Comment  ·  Source: nodejs/node

is4800@IS-S1475 MINGW64 /d/projects/electron-quick-start-master/electron-quick-start-master
$ npm start

[email protected] start D:\projects\electron-quick-start-master\electron-quick-start-master
electron main.js

fs.js:549
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^

Error: ENOENT: no such file or directory, open 'D:\projects\electron-quick-start-master\electron-quick-start-master\node_modules\electron-prebuilt\path.txt'
at Error (native)
at Object.fs.openSync (fs.js:549:18)
at Object.fs.readFileSync (fs.js:397:15)
at Object. (D:\projects\electron-quick-start-master\electron-quick-start-master\node_modules\electron-prebuilt\index.js:4:42)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)

npm ERR! Windows_NT 6.2.9200
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "start"
npm ERR! node v4.4.7
npm ERR! npm v2.15.8
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: electron main.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'electron main.js'.
npm ERR! This is most likely a problem with the electron-quick-start package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! electron main.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs electron-quick-start
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR! npm owner ls electron-quick-start
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! D:\projects\electron-quick-start-master\electron-quick-start-master\npm-debug.log

invalid question

Most helpful comment

This is not a node core bug. You will want to file an issue with the appropriate project, which in this case is probably electron-prebuilt or perhaps electron-quick-start.

>All comments

This is not a node core bug. You will want to file an issue with the appropriate project, which in this case is probably electron-prebuilt or perhaps electron-quick-start.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

willnwhite picture willnwhite  ·  3Comments

seishun picture seishun  ·  3Comments

addaleax picture addaleax  ·  3Comments

loretoparisi picture loretoparisi  ·  3Comments

danielstaleiny picture danielstaleiny  ·  3Comments