Closed lidel closed 7 years ago
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 9326e3319d7b3491b3de53457a8df749121c6dff.
$ npm install --dev
npm WARN install Usage of the `--dev` option is deprecated. Use `--only=dev` instead.
npm WARN electron-app-ipfs@1.0.0 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.
Running via sudo
is a bad practice, so I fixed it by chmod -R 777 /home/lidel/.config/Electron/extensions/fmkadmapgofadopljbjfkapdkoienihi/build
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