-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Electron fails due to "permission denied" #17
Comments
hi lidel, could you try to run with sudo? let me know is ok Regards |
I am unable to replicate what @lidel is experiencing in node v7.4.0, npm v4.0.5, and 9326e33. $ npm install --dev
npm WARN install Usage of the `--dev` option is deprecated. Use `--only=dev` instead.
npm WARN [email protected] No repository field.
$ ./node_modules/.bin/electron-forge start
✔ Checking your system
✔ Locating Application
✔ Preparing native dependencies: 1 / 1
✔ Launching Application
2017-09-17T19:46:51.100Z - debug: electon is ready wait run ipfs daemon ....
undefined
2017-09-17T19:46:51.400Z - debug: ipfs daemon is started display main windows
2017-09-17 15:46:52.415 Electron Helper[21033:6569326] Couldn't set selectedTextBackgroundColor from default ()
2017-09-17T19:46:53.054Z - debug: telescop/file/all data = |
Alright, it was on my end then. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Installation with npm v5.3.0 yields this warning:
When I try to start it, it fails due to permission error:
it is due to odd permissions in
~/.config/Electron/extensions/fmkadmapgofadopljbjfkapdkoienihi/build/
:Am I missing something or are installation instructions not up-to-date?
I tested on node v8.5.0 and npm v5.3.0
The text was updated successfully, but these errors were encountered: