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
We ask devs to use npm ci for installing dependencies for development instead of npm install.
But in some places, we still do. Clean up documentation and scripts and remove use/mention of npm install.
If necessary, pin all the versions in package.json and work with only known good versions of dependencies.