-
Notifications
You must be signed in to change notification settings - Fork 17
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
Error, cannot find electron/path.txt #13
Comments
Could you tell me npm version, node version, and OS version. Thanks, Francisco |
Same to me, Thanks! |
Same here! Solved it by not using sudo when installing npm kit globally ( my environment
|
Not sure about my logic but I noticed that demokit would mentioning version @1.0.0 so I specified the latest version (@7.0.0 in this case) and now the demokit window opens when I run: demokit ./path/to/demo-file.js |
It was installing 1.0.0 from just doing npm install demekit? |
@tolmasky my terminal command was "sudo npm install -g demokit" and when I googled pieces of the errors I was getting I found websockets/bufferutil#22 mentioning out of date dependencies. I saw in my error response " [email protected] install: |
This is a lot of help, thanks. If you happen to have time, could you answer these questions:
I'm just trying to figure out why it was giving you 1.0.0 instead of 7.0.0. |
Sorry for the late reply!
|
installed demokit, ran
demokit new foo
which worked fine, but runningdemokit ./foo/index.js
gives this error:Error: ENOENT: no such file or directory, open '/usr/local/lib/node_modules/demokit/electron/node_modules/electron/path.txt'
The text was updated successfully, but these errors were encountered: