2) Enter the rpm command to download the related packages from internet automatically.
npm install cheerioIn my case, I wanted to install cheerio so use "npm install cheerio",
if you want to install request, you can use "npm install request"
3) After the download progress is finished, a file named "node_modules" would appear within your project root.
No comments :
Post a Comment