generator-angular icon indicating copy to clipboard operation
generator-angular copied to clipboard

deprecated several packages

Open sky10p opened this issue 8 years ago • 1 comments

using "yo angular" command, appears several deprecated packages and karma problems.

thanks

sky10p avatar Feb 16 '16 00:02 sky10p

With Node 7.x

~/tmp$ npm install -g grunt-cli bower yo generator-karma generator-angular
npm WARN deprecated [email protected]: 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.
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]: the module is now available as 'css-select'
npm WARN deprecated [email protected]: the module is now available as 'css-what'
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]: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
npm WARN deprecated [email protected]: Use uuid module instead
npm WARN deprecated [email protected]: this package has been reintegrated into npm and is now out of date with respect to npm
/home/todylu/.nvm/versions/node/v7.3.0/bin/bower -> /home/todylu/.nvm/versions/node/v7.3.0/lib/node_modules/bower/bin/bower
/home/todylu/.nvm/versions/node/v7.3.0/bin/grunt -> /home/todylu/.nvm/versions/node/v7.3.0/lib/node_modules/grunt-cli/bin/grunt
/home/todylu/.nvm/versions/node/v7.3.0/bin/yo -> /home/todylu/.nvm/versions/node/v7.3.0/lib/node_modules/yo/lib/cli.js
/home/todylu/.nvm/versions/node/v7.3.0/bin/yo-complete -> /home/todylu/.nvm/versions/node/v7.3.0/lib/node_modules/yo/lib/completion/index.js

taodongl avatar May 02 '17 02:05 taodongl