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
932f767
removed the package-lock json files because of an issue with the older version of npm that comes with NodeJS 8.
Package lock files should always be under version control, so we should work on being able to adding them back. One way to do that is to upgrade to Node 10 but that has it's own hurdles. Another solution could be to just upgrade our minimum npm version requirement but leave Node on version 8. This may not work if the newer npm is not compatible with the older node, but it's worth a try...
932f767
removed the package-lock json files because of an issue with the older version of npm that comes with NodeJS 8.
Package lock files should always be under version control, so we should work on being able to adding them back. One way to do that is to upgrade to Node 10 but that has it's own hurdles. Another solution could be to just upgrade our minimum npm version requirement but leave Node on version 8. This may not work if the newer npm is not compatible with the older node, but it's worth a try...
#29
#82
The text was updated successfully, but these errors were encountered: