Fala galera, boa tarde.
Dei o npm init, criei o meu package.json e logo após, quando vou instalar o gulp:
npm install gulp@3.9.0 --save-dev
ele da a seguinte mensagem:
$ npm install gulp@3.9.0 --save-dev
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
Reparei que ele instala o gulp no node_modules, porém instala outros 159 pacotes.
Alguma solução? Obrigado!