This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 971
NPM START FILED #339
Comments
i'm getting the same error on OSX El Capitan |
And on OSX Yosemite too. (tried a different machine) |
foudn the issue, you have to do |
Great, I'll close this issue in that case. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
fall@Fall:~/Downloads/browser-laptop-0.7.8$ npm start
electron "/home/fall/Downloads/browser-laptop-0.7.8" --debug=5858
fs.js:584
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: ENOENT: no such file or directory, open '/home/fall/Downloads/browser-laptop-0.7.8/node_modules/electron-prebuilt/path.txt'
at Error (native)
at Object.fs.openSync (fs.js:584:18)
at Object.fs.readFileSync (fs.js:431:33)
at Object. (/home/fall/Downloads/browser-laptop-0.7.8/node_modules/electron-prebuilt/index.js:4:42)
at Module._compile (module.js:413:34)
at Object.Module._extensions..js (module.js:422:10)
at Module.load (module.js:357:32)
at Function.Module._load (module.js:314:12)
at Module.require (module.js:367:17)
at require (internal/module.js:16:19)
The text was updated successfully, but these errors were encountered: