M
M
mUchenik2018-08-12 14:14:28
Node.js
mUchenik, 2018-08-12 14:14:28

Warnings when installing gulp. How to fix?

npm i -g gulp
npm WARN deprecated [email protected]: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated [email protected]: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js

All the best!
These are the errors I get when I try to install gulp globally.
As far as I understand, we are talking about updating, but how to update all this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
Lara B, 2018-08-12
@Lara164

check your version of npm npm -v can i ask npm update ? or uninstall npm and reinstall

J
Johnny Smith, 2018-08-13
@Olek1

I always install the LTS version (for most users), and have not experienced any problems:
5b71440676408407413667.jpeg

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question