dlatch@gmail.com's avatar

NPM Install on Mac

I am working through the Laravel From Scratch, beginner laracast. When I get to the point where i need to perform the NPM install of the packages, things go off track. The large list of packages shown in the video to appear in the packages directory is not there. In addition I am getting LOTS of warnings. I completely removed and reinstalled nodeJS and npm. I deleted the sample project and recreated it. I am getting the same result. Is this an expected behavior change from when the video was created?

Here are the warnings: npm WARN engine [email protected]: wanted: {"node":">=0.12"} (current: {"node":"0.10.30","npm":"1.4.21"}) 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 engine [email protected]: wanted: {"node":">=0.12"} (current: {"node":"0.10.30","npm":"1.4.21"}) npm WARN engine [email protected]: wanted: {"node":">=0.11.0"} (current: {"node":"0.10.30","npm":"1.4.21"}) npm WARN deprecated [email protected]: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0. 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]: 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]: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130 npm WARN engine [email protected]: wanted: {"node":">=0.10.32"} (current: {"node":"0.10.30","npm":"1.4.21"}) npm WARN engine [email protected]: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.30","npm":"1.4.21"}) npm WARN engine [email protected]: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.30","npm":"1.4.21"}) npm WARN engine [email protected]: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.30","npm":"1.4.21"}) npm WARN engine [email protected]: wanted: {"node":">=0.10.32"} (current: {"node":"0.10.30","npm":"1.4.21"}) npm WARN engine [email protected]: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.30","npm":"1.4.21"}) npm WARN engine [email protected]: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.30","npm":"1.4.21"}) npm WARN engine [email protected]: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.30","npm":"1.4.21"})

0 likes
2 replies
Jaytee's avatar

If you are able to use npm install or gulp then everything is fine. You might need to restart your terminal, usually, all those errors/warnings appear for everyone

devilsystem's avatar

That are the common wargings in nodejs LTS version but works

npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN optional dep failed, continuing [email protected] npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN optional dep failed, continuing [email protected] npm WARN deprecated [email protected]: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0. 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]: No longer sponsored by CT - please visit http://niftylettuce.com for more info 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 optional dep failed, continuing [email protected] npm WARN deprecated [email protected]: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130

but i believe u have the nodejs latest

Please or to participate in this conversation.