Read the statement by Michael Teeuw here.
Unable to install dependencies, NPM install not working
-
@MichMich I’m running a Pi 1 so the installer isn’t compatible. I ran through the manual instructions and used apt-get for my Node. (Bear with me as I’m not too hot on Linux. I worked on CentOS servers for a while a few years ago but that’s about it)
-
maybe us pi firmware is old ?
cause i can’t use ‘sudo rpi update’
command not found -
@geeflaxx I’ve tried it on a fresh install of Jessie, but you’re right, I don’t have rpi-update either. Come to think of it, I did install Jessie Lite rather than the full verison. Not sure what exactly is stripped out of the Lite version and if it’s enough to make a difference to this?
-
Did you try
sudo apt-get install rpi-update
to install rpi-updat before running it? -
http://www.bilder-upload.eu/show.php?file=df2e81-1477496516.png
http://www.bilder-upload.eu/show.php?file=64ba61-1477496550.png
it doesn’t work anything any other ideas ? :/
-
In your first screenshot the command install is missing
-
hi guys,
i have actually the same problem.
i started with a fresh version of jessie with pixel and followed the setup tutorial mentioned above.
with update upgrade a new kernel was installed.
i also recognized that there have been a few lines telling me that “electron” has now a new name…maybe this could be some reason?electron-quick-start is also not working!!
-
oh i wanted to use ‘sudo rpi update’
look on my second command i wanted to install iti forget remove the apt-get …
but ‘sudo rpi update’ is still not working
electron is the problem
-
BRO I GOT IT !!!
sudo apt-get upgrade
and than npm install npm install
I LOVE YOU ALL !
-
where exactly did you run npm install?