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

Ricard Taujenis
Ricard Taujenis
4,383 Points

Install gulp globally using the node package manager - usually just called npm.

it said that i didnt use npm i tried different variations none of them worked

1 Answer

William Li
PLUS
William Li
Courses Plus Student 26,868 Points

While I'm not entirely sure which challenge/quiz you're referring to, the npm command to install sth globally is

npm install -g gulp
Ricard Taujenis
Ricard Taujenis
4,383 Points

Thx idk sometimes the questions are relatively practical but the videos dont give a proper inside idea, good think the Community is always helpful :)

Ezra Siton
Ezra Siton
12,644 Points

more data here:

In global mode (ie, with -g or --global appended to the command), it installs the current package context (ie, the current working directory) as a global package.

https://docs.npmjs.com/cli/install