npm - remove node_modules

0 votes
175 views
added Aug 30, 2023 in NPM by lcjr Lieutenant (12,010 points)

Run the following code to remove the node_modules in your project, or any files/folder

rm -rf node_modules

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...