Select from following answers:- npm install -g gulp bower nodemon

- npm -i gulp bower nodemon
- npm install -g -b -n
- npm install -gulp -bower -nodemon
- All Above
npm install -g gulp bower nodemon
The -g flag in the above command ensures that the node utilities (Gulp, Bower and Nodemon) is available globally for any project.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator