If a package is installed as a global node package by npm, will it be added to my project's local package.json?
CodePudding user response:
No, this will add lodash to the global package.json file, not the current project one.
If a package is installed as a global node package by npm, will it be added to my project's local package.json?
CodePudding user response:
No, this will add lodash to the global package.json file, not the current project one.