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

npm global package update

update the global package npm

Hi Bashir Orfani,

Did you have a specific question?

The way you update any npm package would be to use command npm update in your terminal, followed by the package you want to update.

Try entering in npm update in the code challenge, and see what hints the challenge offers you.

1 Answer

Hi Brandon the question is update the global package npm i try this npm update -g package or npm update package -g but dosnt work.

It’s because the package that you need to update is npm. You have to pass npm as the argument.