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 npm Basics (retiring) Updating and Uninstalling Packages with npm Updating Global Packages with npm

this challenge is weird

Hello, this is a very easy challenge but does not go through and can't understand why. maybe it's wrong the way is written=

Steven Parker
Steven Parker
231,007 Points

What answer did you give that "does not go through"?

In the end, I made it. the answer is ''npm update npm -g'' but I don't think the task is clear though. I tried previously ''npm update -g'' and ''npm update package -g''

1 Answer

Steven Parker
Steven Parker
231,007 Points

It may seem a bit tricky because it's the npm package itself is being updated, so the app is "npm", the command is "update", the option is "-g" for global, and then you name the package being updated, which is also "npm" in this case.