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
Hi contributors,
I tried installing the server part and faced errors.
I did git cloned https://github.com/colloqi/rpi-remote-ssh it in my /home directory,
cd into termjs directory and then 'node server.js 7777' it said express not found,
so I copy-pasted the full $ node server.js 7777 and got error $command not found.
Next I tried 'npm install' which went on for a while and the "express not found" error went away, but now there are errors which point to individual files
By this explanation, can you find out what may be wrong?
I'm trying this on Ubuntu 18.04 LTS
The text was updated successfully, but these errors were encountered:
Hi contributors,
I tried installing the server part and faced errors.
I did git cloned https://github.com/colloqi/rpi-remote-ssh it in my /home directory,
cd into termjs directory and then 'node server.js 7777' it said express not found,
so I copy-pasted the full
$ node server.js 7777
and got error $command not found.Next I tried 'npm install' which went on for a while and the "express not found" error went away, but now there are errors which point to individual files
By this explanation, can you find out what may be wrong?
I'm trying this on Ubuntu 18.04 LTS
The text was updated successfully, but these errors were encountered: