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 Jan 29, 2018. It is now read-only.
I tried to install on my current system and node was seriously messed up so to eliminate my system errors I tried Vagrant. This is a clean testing environment:
Could you be so kind as to do a pull request? Or if you want the lazy way ojt, while viewing readme.md in the browser, there is a little edit pencil button next to the file name, click, add/fix procedure, then submit (:
I tried to install on my current system and node was seriously messed up so to eliminate my system errors I tried Vagrant. This is a clean testing environment:
Edit Vagrantfile:
$ vagrant up $ vagrant ssh $ sudo apt-get install nodejs nodejs-legacy npm build-essential git $ git clone https://github.com/openhardwarecoza/LaserWeb.git $ cd LaserWeb $ npm install $ nodejs server.js
dotenv needs to be added to the npm install on the readme
Procedure courtery of @quillford : #10
Next install the npm modules by entering the following
npm install serialport socket.io node-static dotenv
The text was updated successfully, but these errors were encountered: