Not working on Electron 1.0.1
See original GitHub issueAfter upgrading to Electron
1.0.1, I receive these errors:
ENOENT: no such file or directory, stat '/home/parroit/Desktop/repos/tunnels/node_modules/electron-rebuild/lib/headers/.node-gyp/1.0.1/common.gypi'
Error: ENOENT: no such file or directory, stat '/home/parroit/Desktop/repos/tunnels/node_modules/electron-rebuild/lib/headers/.node-gyp/1.0.1/common.gypi'
at Error (native)
Looking at /home/parroit/Desktop/repos/tunnels/node_modules/electron-rebuild/lib/headers/.node-gyp
, it only contains an iojs-1.0.1
folder.
I’m not sure if you yet have to publish a version that support the new Electron
release, or if there is some confusion between versions…
Issue Analytics
- State:
- Created 7 years ago
- Reactions:11
- Comments:11 (5 by maintainers)
Top Results From Across the Web
Not able to install electron v 1.0.1 on Mac OsX #5505 - GitHub
Electron version: V1.0.1 Operating system: Mac OSX 10.11 Node version: v6.0.0 NPM Version: v3.8.6 I am not able able to install electron ......
Read more >Error when building my electron app - Stack Overflow
I'm stuck with a problem when building my Node JS/electron app with electron-builder. It works perfectly when running npm start .
Read more >Electron 1.0
This release allows you to build apps that act and feel truly native on Windows, Mac, and Linux. Building Electron apps is easier...
Read more >electron (1.0.1-alpha.3) - Haxelib
This is not the latest stable version of electron. See version 21.0.0 for the latest version. To install, run: haxelib install electron 1.0.1-alpha.3....
Read more >electron-store - npm
Simple data persistence for your Electron app or module - Save and load ... Start using electron-store in your project by running `npm...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Looks like this might be a client side issue that wasn’t though of before upgrading to
^1.0.0
semver. Here is the file in question with the lines that could be causing the issue:https://github.com/nodejs/node-gyp/blob/master/lib/process-release.js#L50 https://github.com/nodejs/node-gyp/blob/master/lib/process-release.js#L105-L116
I’ve renamed iojs-1.0.2 in 1.0.2 and the execute eletron-rebuild and work for me