Gulp.js: Difference between revisions

Content deleted Content added
Stiruma (talk | contribs)
Line 22:
== Installation ==
 
gulp needs [[Node.js]] and can be installed bythrough the [[Node Package Manager]]. To remove a previously installed gulp the command used is <code>npm rm --global gulp</code>.
 
Install gulp globally,is thento initializebe theinstalled project directoryglobally and installthen, inlocally after initialising the project locallydirectory. While installing the project locally, package.json file must already exist in the selected directory.
'''
$ npm install --global gulp-cli