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 trialFabrizio Onorio
6,634 Pointsthis 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=
Fabrizio Onorio
6,634 PointsIn 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
231,236 PointsIt 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.
Steven Parker
231,236 PointsSteven Parker
231,236 PointsWhat answer did you give that "does not go through"?