ahmadudin / electron-instaPy-GUI

Graphic user interface for https://github.com/timgrossmann/InstaPy
MIT License
267 stars 64 forks source link

Cant run or install it proper on Raspberry Pi 3 #32

Open 5p4ce opened 6 years ago

5p4ce commented 6 years ago

Cant set the Path, buttons aren't responsive: Cant Install via node_latest_armhf.deb

When i try: nom install, i get this:

`pi@raspberrypi:~/Projects/InstaPy/GUI $ npm install npm ERR! 404 Not Found npm ERR! 404 npm ERR! 404 'types/node' is not in the npm registry. npm ERR! 404 You should bug the author to publish it npm ERR! 404 It was specified as a dependency of 'electron' npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, or http url, or git url.

npm ERR! System Linux 4.9.41-v7+ npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" npm ERR! cwd /home/pi/Projects/InstaPy/GUI npm ERR! node -v v0.10.29 npm ERR! npm -v 1.4.21 npm ERR! code E404 npm ERR! Error: EACCES, open 'npm-debug.log' npm ERR! { [Error: EACCES, open 'npm-debug.log'] errno: 3, code: 'EACCES', path: 'npm-debug.log' } npm ERR! npm ERR! Please try running this command again as root/Administrator.

npm ERR! System Linux 4.9.41-v7+ npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" npm ERR! cwd /home/pi/Projects/InstaPy/GUI npm ERR! node -v v0.10.29 npm ERR! npm -v 1.4.21 npm ERR! path npm-debug.log npm ERR! code EACCES npm ERR! errno 3 npm ERR! stack Error: EACCES, open 'npm-debug.log' npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/pi/Projects/InstaPy/GUI/npm-debug.log npm ERR! not ok code 0 `

Malusovium commented 6 years ago

Seems like node is quite a bit out of date(0.10.29), updating nodejs to v6/v7 will likely fix your issue.