Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript GulpJS install dependencies

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #167910
    maxisix
    Participant

    Hey guys, i want to know if its possible to install all the dependencies from our package.json with one command line like bower install. I dont want to commit all my plugins because its too heavy. I know i can do something like npm install gulp-ruby-sass gulp-autoprefixer gulp-minify-css gulp-jshint gulp-concat gulp-uglify gulp-imagemin gulp-clean gulp-notify gulp-rename gulp-livereload tiny-lr gulp-cache –save-dev. But its kinda long as a command line… ! Thx !

    #167911
    Alen
    Participant

    You should save the package.json file and whenever you need to start working you just do npm install to pull in your node modules.

    #167913
    maxisix
    Participant

    Thx its working well ! ;)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.