Adding npm modules to your project
Running npm install
in the terminal will not work since the terminal is only used to run Git commands once you establish a connection to your repository.
Installing all npm modules from the package.json file
-
Click on App modules
-
Press the Install npm modules
This will install all npm modules that are referred in the package.json file.
Updating npm modules
-
Click on App modules
-
Press the Update npm modules
This will only update the npm modules that have changed in the package.json file.