Skip to content
Free Computer Courses
Courses
Search
Projects
Resources
Cheatsheets
Categories
Saved
About
Contact
Log in
Home
/
Web
/
Node.js Tutorials
/ Packages and tooling
Packages and tooling
3 lessons in the Node.js course.
Full Node.js course
·
Search this topic
·
Web
package.json Basics
Initialize a project manifest and understand name, version, and scripts fields.
npm Scripts
Run project tasks with npm run instead of memorizing long commands.
Installing Packages
Add dependencies with npm install and import them in your code.