L
L
Li_Von2017-07-20 12:53:17
npm
Li_Von, 2017-07-20 12:53:17

Can't install gulp?

Hello! Can't install gulp... here are my steps:

npm i gulp -g
npm init (В папке проекта)
npm i gulp --save-dev(в папке проекта)

I create a file - gulpfile.js
I write in it:
var gulp = require('gulp');
And also a test task:
gulp.task('mytask', function(){
         console.log('Hello');
    });

Well, after running the task - gulp task
Displays a message - "gulp" is not an internal or external
command, executable program or batch file.
Node.js - 8.2.0

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question