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
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Right now we are including package-lock.json in the repo and adding it will just make the things harder like keeping the package-lock.json up to date every time. I agree that using package-lock.json makes it easy and happy for users with npm>5. But this is a trade-off which we have to consider.
What is the expected behavior?
Remove package-lock.json from the repo.
Please mention other relevant information.
node version: 8.2.1
npm version: 5.x
Operating system: macOS
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Right now we are including
package-lock.json
in the repo and adding it will just make the things harder like keeping thepackage-lock.json
up to date every time. I agree that usingpackage-lock.json
makes it easy and happy for users withnpm>5
. But this is a trade-off which we have to consider.What is the expected behavior?
Remove
package-lock.json
from the repo.Please mention other relevant information.
The text was updated successfully, but these errors were encountered: