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 Jul 25, 2019. It is now read-only.
Hey,
I want to reduce my build time and remove the
npm installstep from my build, to my understanding, WhiteSource does not need the dependencies installed (i.e.node_modulesfolder) to resolve dependencies because it smart to usenpm ls, so I don't understand why the FSA npm resolver ignore unmet dependencies in this line: https://github.com/whitesource/fs-agent/blob/master/src/main/java/org/whitesource/agent/dependency/resolver/npm/NpmLsJsonDependencyCollector.java#L251thanks.