NebulousLabs / Sia-UI

A Graphical Frontend for Sia - https://sia.tech
MIT License
389 stars 109 forks source link

Error while NPM start #701

Open Bobpick opened 7 years ago

Bobpick commented 7 years ago

while doing NPM start, I get this:

npm ERR! Linux 4.4.0-92-generic npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "start" npm ERR! node v4.8.4 npm ERR! npm v2.15.11 npm ERR! code ELIFECYCLE npm ERR! Sia-UI@1.3.0 start: webpack && electron . npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the Sia-UI@1.3.0 start script 'webpack && electron .'. npm ERR! This is most likely a problem with the Sia-UI package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! webpack && electron . npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs Sia-UI npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm ERR! npm owner ls Sia-UI npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request: npm ERR! /home/user/Desktop/Sia-UI-master/npm-debug.log

Bobpick commented 7 years ago

in part, it looks like the issue is I can't get npm 6+ to be installed. I'm stalled at 5.3. any suggestions?