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 trialBashir Orfani
13,170 Pointsnpm global package update
update the global package npm
1 Answer
Bashir Orfani
13,170 PointsHi Brandon the question is update the global package npm i try this npm update -g package or npm update package -g but dosnt work.
Brandon White
Full Stack JavaScript Techdegree Graduate 35,771 PointsItβs because the package that you need to update is npm. You have to pass npm as the argument.
Brandon White
Full Stack JavaScript Techdegree Graduate 35,771 PointsBrandon White
Full Stack JavaScript Techdegree Graduate 35,771 PointsHi 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.