I'm using WebStorm and making with node.js
I installed npm module like nconf and package-lock.json has made.
I expected package.json would've been made.
I'm using WebStorm and making with node.js
I installed npm module like nconf and package-lock.json has made.
I expected package.json would've been made.
Describe the dependency tree in a given moment, so with this description all the dependencies can be created again exactly the same way it was, this ensures the expected behavior from the dependencies.
In the npm documentation you can read: