npm - remove node_modules

0 votes
123 views
added Aug 30, 2023 in NPM by lcjr First Warrant Officer (11,870 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.
...