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
fix(ci): add checkout and npm ci for module resolution in version tests
Node.js resolves modules from the file's location, not the project's.
When ng-add.js is npm-linked from dist/, it needs @angular-devkit/core
resolvable by traversing up to src/node_modules.
0 commit comments