Installing NodeJS npm bower gulp Dependency - S-mardii/odm-frontend GitHub Wiki
@@ -1,41 +0,0 @@
CSS - JS Technology: NodeJS - npm - bower - gulp Dependencies
Installation NodeJS and npm dependency
Suggested Terminal: Git Shell / Git Bush
step 1 Download and install nodejs from https://nodejs.org/en/download/
step 2 Open Git Shell and type these commands to check if you have successfully install nodejs and npm correctly.
node -vnpm -v
If the outcome is the version of your nodejs and npm, you can move to the following steps.
step 3 update npm version: npm install npm -g
step 4 install npm on your repo.: npm install
The existence of a folder node_modules, mark your success in installing npm.
Install Bower Dependency
After you have install npm, you now can install Bower
step 5 Globally install Bower: npm install bower -g
step 6 __Install Bower of your repo.: bower install
The existence of a folder bower_components marks your success in installing bower.
Install Gulp Automation
As you have already install npm, you can simply install gulp via following step.
step 7 Install gulp globally: npm install gulp -g
step 8
\ No newline at end of file