Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Asynchronous Code in Express Asynchronous Code in Express Using Callbacks

Warnings about vulnerabilities when I do npm install

How serious is this? Im guessing NPM is downloading old versions of dependencies that were current when this course was created, but now are outdated. It says that i have 4 CRITICAL vulnerabilities, is there any danger to this?

I also have the option to do "npm audit fix --force", but im worried this will make the code not work with the newer versions.

1 Answer

Travis Alstrand
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Travis Alstrand
Treehouse Teacher

These things tend to pop when there are updates to packages, they're nothing to worry about as long as the program is running. If there is an issue with running something then I would look into the audit option.