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 ensures that npm installs the same version of packages for everyone. people should use npm ci when creating a production build instead of npm install.
(i use yarn not npm or i'd submit a PR)
The text was updated successfully, but these errors were encountered:
this ensures that npm installs the same version of packages for everyone. people should use
npm ci
when creating a production build instead ofnpm install
.(i use yarn not npm or i'd submit a PR)
The text was updated successfully, but these errors were encountered: