BlackB0ne
BlackB0ne

Reputation: 135

Gulp disappearing everytime new modules installed

Gulp installed locally (picture 1, 2). Everything working fine. After installing new modules (picture 3) Gulp disappears (picture 4). Starting Gulp with "npm run gulp".

Script from package.json:

"gulp": "./node_modules/.bin/gulp"

I have to reinstall Gulp everytime when I install more modules. Problem appears only with Gulp module.

Questions:

  1. Why Gulp disappear everytime?
  2. Is there any solution for this problem?

1. Installing Gulp.

Picture 1

2. node_modules/.bin/gulp.

Picture 2

3. Installing new module.

Picture 3

4. Gulp disappears from node_modules/.bin/.

Picture 4

Upvotes: 1

Views: 122

Answers (1)

BlackB0ne
BlackB0ne

Reputation: 135

Problem was solved after installing latest version of Node.js.

Upvotes: 0

Related Questions