You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.
thanks for this work! After unsuccessfully searching for quite a long time I finally stumbled over your code.
Managed to install it on a VirtualBox Ubuntu 14.04 VM (Win 8 host), but initially got error messages at some certain point of the "npm install -g" process.
Found out that this is a node vs nodejs issue:
The program 'node' can be found in the following packages:
node
*> nodejs-legacy
Try: sudo apt-get install
Seems to be a quite common problem and can be solved by e.g.
sudo ln -s which nodejs /usr/local/bin/node
Maybe you could mention this in your installation procedure.
Kind regards,
Stefan
The text was updated successfully, but these errors were encountered:
Hi Steven,
thanks for this work! After unsuccessfully searching for quite a long time I finally stumbled over your code.
Managed to install it on a VirtualBox Ubuntu 14.04 VM (Win 8 host), but initially got error messages at some certain point of the "npm install -g" process.
Found out that this is a node vs nodejs issue:
Seems to be a quite common problem and can be solved by e.g.
sudo ln -s
which nodejs
/usr/local/bin/nodeMaybe you could mention this in your installation procedure.
Kind regards,
Stefan
The text was updated successfully, but these errors were encountered: