coryhouse / javascript-development-environment

JavaScript development environment discussed in "Building a JavaScript Development Environment" on Pluralsight
https://app.pluralsight.com/library/courses/javascript-development-environment/table-of-contents
MIT License
297 stars 196 forks source link

Error with nsp check, #26

Closed smavanga closed 5 years ago

smavanga commented 5 years ago

After following all the details on your repository, I got a lot of warnings that all versions of rpm are deprecated and by run the nsp check command I got the same error I got after setting my environment so I can't start my browser to see all results, please help because this course is so exciting to follow, $ nsp check (+) Client request error: getaddrinfo ENOTFOUND api.nodesecurity.io api.nodesecurity.io:443

coryhouse commented 5 years ago

Hi - You can omit the nsp step since security checks are now built into npm. (I added callouts to the corresponding clips in the course, so perhaps you overlooked them?) Once you complete the course, I've shown how to upgrade the final demo to use the latest versions here: https://github.com/coryhouse/javascript-development-environment/pull/7