F
F
ForestEsprit2016-04-22 18:11:33
Node.js
ForestEsprit, 2016-04-22 18:11:33

Gulp why is there a problem when installing plugins?

I've been seeing the warning for a long time:
npm WARN deprecated [email protected]: graceful-fs version 3 and before will fail on newer node releases. Please update to [email protected]^4.0.0 as soon as possible.
npm WARN deprecated [email protected]: [email protected]<3.0.0 is no longer maintained. Upgrade to [email protected]^4.0.0.
npm WARN deprecated [email protected]: graceful-fs version 3 and before will fail on newer node releases. Please update to [email protected]^4.0.0 as soon as possible.
But everything worked ok, today when installing install gulp-sass --save-dev, a bunch of plugins got into the project. I tried to create a new project, and the project (I suddenly thought that I screwed it up somewhere), no, on a bare project with 0, the same problem.
I end up with
$ npm i
npm WARN deprecated [email protected]: graceful-fs version 3 and before will fail on newer node releases. Please update to [email protected]^4.0.0 as soon as possible.
npm WARN deprecated [email protected]: [email protected]<3.0.0 is no longer maintained. Upgrade to [email protected]^4.0.0.
npm WARN deprecated [email protected]: graceful-fs version 3 and before will fail on newer node releases. Please update to [email protected]^4.0.0 as soon as possible.
npm WARN deprecated [email protected]: Jade has been renamed to pug, please install the latest version of pug instead of jade
> [email protected] install /Users/polinashukina/work/test/node_modules/fsevents
> node-pre- gyp install --fallback-to-build
[fsevents] Success: "/Users/polinashukina/work/test/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node" is installed via remote
> [email protected] postinstall /Users /polinashukina/work/test
> bower install && gulp build
bower normalize-css#~3.0.3 cached https://github.com/necolas/normalize.css.git#3.0.3
bower normalize-css#~3.0.3 validate 3.0.3 against https://github.com/necolas/normalize.css.git#~3.0.3
bower normalize-css#~3.0.3 install normalize-css#3.0.3
normalize-css#3.0.3 bower_components /normalize-css
[17:59:54] Using gulpfile ~/work/test/gulpfile.js
[17:59:54] Starting 'sync group0:0'...
[17:59:54] Starting 'clean' ...
[17:59:54] Finished 'clean' after 7.35 ms
[17:59:54] Finished 'sync group0:0' after 9.21 ms
[17:59:54] Starting 'sync group0:1'...
[17 :59:54] Starting 'styles'...
[18:00:02] Starting 'images'...
[18:00:02] Starting 'libs'...
[18:00:02] Starting 'scripts '...
[18:00:06] Starting 'layout'...
[18:00:09] Finished 'libs' after 6.95 s
[18:00:13] Finished 'styles' after 19 s
[18:00 :21] Finished 'scripts' after 19 s
[18:00:21] Finished 'layout' after 15 s
[18:00:21] Finished 'images' after 20 s
[18:00:21] Finished 'sync group0: 1' after 28 s
[18:00:21] Starting 'build'...
[18:00:21] Finished 'build' after 40 µs
[email protected] / Users /polinashukina/work /
test 2 _ _ _ _ _ [email protected] │ │ └── [email protected] │ └── [email protected] ├── [email protected] ├─┬ [email protected] │ ├─┬ [email protected] │ │ ├── [email protected] │ │ └── [email protected] │ ├─┬ [email protected] │ │ ├── [email protected] │ │ ├── [email protected]
│ │ ├─┬ [email protected] │
│ │ ├─┬ [email protected] └─┬ [email protected] │ │ ├─┬ [email protected] │ │ │ ├─┬ [email protected] │ │ │ │ └── [email protected] and then there is a huge list . What could be the problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin Kitmanov, 2016-04-22
@ForestEsprit

npm WARN deprecated
warning, that is, a
deprecated warning - obsolete
It pops up for everyone, some package has not been updated for a long time and uses obsolete dependencies. Unpleasant, sure, but not fatal. What's the problem with something that doesn't work?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question