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
test: create node_modules directory in PnP integration test
The Angular CLI requires the `node_modules` directory for ngcc to be
present. With PnP this directory does not exist and we need to make sure
it exists. Previously it worked without the explicit command because it
went up the execroot, but the CLI made this stricter so that we now
notice it until the fix/looser check is available:
angular/angular-cli@5319428.
0 commit comments