This following article provides all the useful and required npm commands for the developers.
Initialize npm
npm init
Install a package
npm i <package_name>
Remove the node_modules folder.
rm -rf node_modules
Clear npm cache
npm cache clean --force
Last Update: December 22, 2024
Total 0 Votes
0
0