npm Local vs Global Packages

preview_player
Показать описание
Learn what local and global npm packages are, the difference between local and global packages, where they are installed, and when to install an npm package locally vs globally.

💻 My Software 💻

📚 My Courses 📚

👩‍💻 Download Code 👨‍💻

⌛ Timestamps ⌛
0:00 – Introduction
0:13 – Creating an npm Package
0:37 – npm Local Packages
1:53 – Where are Local Packages Installed?
3:00 – npm Global Packages
3:18 – Where are Global Packages Installed?
3:55 – How to List Global Packages
4:30 – When to Install Package Locally vs Globally
5:11 – Outro
Рекомендации по теме
Комментарии
Автор

You should make an npm series or something!

cursedtrousers
Автор

Hey, WittCode Good explanation Thank You so much for valuable content ♥

web-dev.ashishk
Автор

module not found error when i am trying to run .js file with global package although its accusable when in directly running it from git.. how can i resolve this problem

nakulrawal