You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
No time to deal with in-range updates every time a "vulnerability" is reported and a fix provided in-range. This package-lock.json is for nyc maintainers only (it is not published to npm).
The reason will be displayed to describe this comment to others. Learn more.
No time to deal with in-range updates every time a "vulnerability" is reported and a fix provided in-range. This package-lock.json is for nyc maintainers only (it is not published to npm).
package-lock.json is not getting generated when I clone the repo and run npm i. is it supposed to be generated or should i download it from here?
EDIT:
okay i understood that it's not getting generated due to package-lock=false in .npmrc. used npm install --package-lock-only to generate the package-lock.json file and have also added it to gitignore.
ab7c53b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the reason of removing
package-lock.json
?ab7c53b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No time to deal with in-range updates every time a "vulnerability" is reported and a fix provided in-range. This
package-lock.json
is for nyc maintainers only (it is not published to npm).ab7c53b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package-lock.json is not getting generated when I clone the repo and run
npm i
. is it supposed to be generated or should i download it from here?EDIT:
okay i understood that it's not getting generated due to
package-lock=false
in .npmrc. usednpm install --package-lock-only
to generate the package-lock.json file and have also added it to gitignore.