willianjusten / cards-jekyll-template

A simple Jekyll Template Card Based.
https://willianjusten.github.io/cards-jekyll-template
Other
314 stars 276 forks source link

gulp: command not found #7

Closed quanengineering closed 8 years ago

quanengineering commented 8 years ago

Hi, I did follow your installation instructions to run in local and when I do npm install then press gulp, it shows error: gulp: command not found. I did try on different machine, the result is the same. May be I'm missing something?

willianjusten commented 8 years ago

You should run npm install -g gulp gulp-cli to have gulp installed at your machine. If you don't want to, you can run using ./node_modules/.bin/gulp.