Closed quanengineering closed 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?
npm install
gulp
gulp: command not found
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.
npm install -g gulp gulp-cli
./node_modules/.bin/gulp
Hi, I did follow your installation instructions to run in local and when I do
npm install
then pressgulp
, it shows error:gulp: command not found
. I did try on different machine, the result is the same. May be I'm missing something?