Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
Managing dozens of packages in a project could quickly get out of hand. We know that node modules can contain many files, and uploading all these files can be an unnecessary use of computing resources and time. When we share our apps with others, we need a way for them to install the packages used in the project without transferring all of those files every time. We also need to make sure that our packages are up to date.
Terminal Commands
npm Command Line Usage
- Get help for a command
npm <command> -h
- e.g.
npm init -h
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up