Tutorial for Beginners 19 - Installing npm packages globally + install nodemon

Where does npm install packages? %AppData% pm ode_modules There are two ways to install npm packages: locally or globally. You choose which kind of installation to use based on how you want to use the package. If you want to use it as a command line tool, something like the grunt CLI, then you want to install it globally. On the other hand, if you want to depend on the package from your own module using something like Node’s require, then you want to install locally. on windows command is npm install -g nodemon on linux command is sudo npm install -g nodemon ★★★Top Online Courses From ProgrammingKnowledge ★★★ Python Programming Course ➡️ ⚫️ Java Programming Course ➡️ ⚫️ Bash Shell Scripting Cour ... #ProgrammingKnowledge # #Beginners #debugger #node #debugging #Modules #Module #Custom #Nodejs 20161227 z_TIdpRN2b0
Back to Top