-
Notifications
You must be signed in to change notification settings - Fork 0
Installing NodeJS npm bower gulp Dependency
@@ -1,41 +0,0 @@
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.
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.
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