We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f735760 commit e481bcbCopy full SHA for e481bcb
packages/@ngtools/webpack/src/index.ts
@@ -7,7 +7,7 @@ let version;
7
try {
8
version = require('@angular/compiler-cli').VERSION;
9
} catch (e) {
10
- throw new Error('The "@angular/compiler-cli" package was not properly installed.');
+ throw new Error('The "@angular/compiler-cli" package was not properly installed. Error: ' + e);
11
}
12
13
// Check that Angular is also not part of this module's node_modules (it should be the project's).
0 commit comments