sudo apt install nodejs
sudo apt install npm
Instructions to setup a virtual enviroment for node.js
Enter the directory where the 'env' folder is located and run:
git clone /~https://github.com/<your_username>/OnlinePriceTracker.git (This is the repo you have forked from the original)
Installing the dependencies (see the package.json file scripts, install):
!!! only proceed if your virtual enviroment is set up correctly You should see something like this in the command window : (env) panagiotou@panagiotou:
cd OnlinePriceTracker and run:
npm install