Answer the question
In order to leave comments, you need to log in
gulp commands not running (bash: gulp: command not found). What is the problem?
Installed git and nodejs. Ran npm i bower, npm i -g gulp, npm init. I wrote down the necessary plugins package.json. Installed using npm i. Created a test gulpfile.js with the following content
var gulp = require('gulp');
gulp.task('hello', function(){
console.log('Hello Shell');
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question