-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
needs: more infoReporter must clarify the issueReporter must clarify the issue
Description
ng build -c production
fails on angularv12 on node version 16.1.0
throw err;
^
Error: Cannot find module 'ajv/dist/compile/codegen'
Require stack:```
```code: 'MODULE_NOT_FOUND',
requireStack: [
'/node_modules/ajv-formats/dist/limit.js',
'/node_modules/ajv-formats/dist/index.js',
'/node_modules/@angular-devkit/core/src/json/schema/registry.js',
'/node_modules/@angular-devkit/core/src/json/schema/index.js',
'/node_modules/@angular-devkit/core/src/json/index.js',
'/node_modules/@angular-devkit/core/src/experimental/jobs/simple-registry.js',
'/node_modules/@angular-devkit/core/src/experimental/jobs/index.js',
'/node_modules/@angular-devkit/core/src/experimental.js',
'/node_modules/@angular-devkit/core/src/index.js',
'/node_modules/@angular/cli/utilities/config.js',
'/node_modules/@angular/cli/lib/init.js',
'node_modules/@angular/cli/bin/ng'
] ```
Metadata
Metadata
Assignees
Labels
needs: more infoReporter must clarify the issueReporter must clarify the issue