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
{{ message }}
This repository was archived by the owner on Aug 17, 2019. It is now read-only.
npm 6.x ci doesn't seem to respect the --no-optional flag or optional=false setting in .npmrc.
I'm trying to switch our CI build to using npm ci to speed up time, but it ends up taking more time because one of the optional dependency reaches out to the internet, causing the build to time out (our CI server is in an air-gapped environment).
npm 6.x ci doesn't seem to respect the
--no-optionalflag oroptional=falsesetting in.npmrc.I'm trying to switch our CI build to using
npm cito speed up time, but it ends up taking more time because one of the optional dependency reaches out to the internet, causing the build to time out (our CI server is in an air-gapped environment).