filmov
tv
Node.js Tutorial for Beginners 19 - Installing npm packages globally + install nodemon
Показать описание
Where does npm install packages?
%AppData%\npm\node_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 ★★★
★★★ Online Courses to learn ★★★
★★★ Follow ★★★
DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
%AppData%\npm\node_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 ★★★
★★★ Online Courses to learn ★★★
★★★ Follow ★★★
DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Node JS Tutorial for Beginners #19 - Basic Routing
Node.js Tutorial for Beginners - 19 - EJS
Node.js Tutorial for Beginners 19 - Installing npm packages globally + install nodemon
Node js Tutorial for Beginners - 19 - MongoDB NodeJS (2/5)
Node.js Tutorial for Beginners: Learn Node in 1 Hour
Node.js Ultimate Beginner’s Guide in 7 Easy Steps
RESTful APIs in 100 Seconds // Build an API from Scratch with Node.js Express
Node.js Crash Course
Leveling up JavaScript with Deno 2
Node.js Tutorial - 19 - Path Module
Node.js Tutorial for Beginners | CRASH COURSE
# 19. Wie man API-Routing mit Node.js und Express handhabt
Node JS Tutorial for Beginners #25 - Template Engines
Node JS Tutorial for Beginners #12 - Creating a Server
Reading and Writing Files with Node.js | Node JS Beginners Tutorial
Node.js Tutorial for Beginners - 18 - Understanding app.js
Node.js Crash Course Tutorial #1 - Introduction & Setup
Node.JS Full Course (THREE HOUR All-in-One Tutorial for Beginners)
How to handle API routing with Node.js and Express [19 of 26] | Node.js for Beginners
Node.js Tutorial for Beginners - 15 - Connect
Node.js and Express.js - Full Course
Node.js Tutorial for Beginners - 21 - Working with JSON Data
How to Use Sequelize ORM in NodeJS - Tutorial
Node JS tutorial # 19 Routing Params - Request and Response
Комментарии