bmathews / menubar-calendar

WIP electron google calendar app
MIT License
82 stars 9 forks source link

electron-prebuild renamed to electron error #27

Closed originaltebas closed 8 years ago

originaltebas commented 8 years ago

Hi, when building I get this error: npm WARN deprecated electron-prebuilt@1.4.3: electron-prebuilt has been renamed to electron. For more details, see http://electron.atom.io/blog/2016/08/16/npm-install-electron

npm ERR! electron-prebuilt@1.4.3 postinstall: node install.js npm ERR! spawn ENOENT npm ERR! npm ERR! Failed at the electron-prebuilt@1.4.3 postinstall script 'node install.js'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the electron-prebuilt package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node install.js npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs electron-prebuilt npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls electron-prebuilt npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request: npm ERR! /home/originaltebas/menubar-calendar/npm-debug.log

npm-debug.zip

originaltebas commented 8 years ago

Forget it. Ubuntu changing node path to nodejs

I solved it with sudo ln -s /usr/bin/nodejs /usr/bin/node