Thursday 30 April 2020

Best way to cleanly remove NPM installs from project?

I am doing a project in react and was using Yarn for my package management. I accidentally ran NPM install the other day out of habit and am just realizing this now. What is the best practice for removing the NPM installs? Is it as simple as removing the package-lock.json?

Submitted April 30, 2020 at 02:23PM by Tennysonn

No comments:

Post a Comment