Every time when i want to start a new NPM node.js project I keep getting an gaigantic package-lock.json file.
When i run npm install
it creates a package.json
and a package-lock.json
file.
my problem is that the package-lock.json
file autogenerates a file with more then 4000 lines of code. Also my node-modules
folder is extremeley large with more than 260 folders inside.
How to i reset my node-modules to there original state without this many packages and dependencies?