Initalize 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: August 19, 2024
August 19, 2024 35 Mahbub Alam KhanNpm
Total 0 Votes
0

Tell us how can we improve this post?

+ = Verify Human or Spambot ?

Back To Top