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
As first reported in primeng#1004, running ngc fails on my system.
Steps followed:
git clone https://github.com/ammar91/aot-primeng.git
cd aot-primeng
npm i
rm -rf node_modules/primeng
cp -r primeng-aot-build node_modules/primeng
npm run ngc
Error output by npm run ngc:
> Invoicing@1.0.0 ngc /tmp/aot-primeng
> ngc -p ./tsconfig.aot.json
Error: Unexpected value 'DialogModule' imported by the module 'AppModule'
at /tmp/aot-primeng/node_modules/@angular/compiler/bundles/compiler.umd.js:14109:37
at Array.forEach (native)
at CompileMetadataResolver.getNgModuleMetadata (/tmp/aot-primeng/node_modules/@angular/compiler/bundles/compiler.umd.js:14094:46)
at /tmp/aot-primeng/node_modules/@angular/compiler/bundles/compiler.umd.js:12936:58
at Array.forEach (native)
at OfflineCompiler.analyzeModules (/tmp/aot-primeng/node_modules/@angular/compiler/bundles/compiler.umd.js:12935:21)
at CodeGenerator.codegen (/tmp/aot-primeng/node_modules/@angular/compiler-cli/src/codegen.js:105:47)
at codegen (/tmp/aot-primeng/node_modules/@angular/compiler-cli/src/main.js:7:81)
at Object.main (/tmp/aot-primeng/node_modules/@angular/compiler-cli/node_modules/@angular/tsc-wrapped/src/main.js:30:16)
at Object.<anonymous> (/tmp/aot-primeng/node_modules/@angular/compiler-cli/src/main.js:14:9)
Compilation failed
Version information:
$ grep version node_modules/@angular/core/package.json
"version": "2.0.1",
$ grep version node_modules/@angular/compiler/package.json
"version": "2.0.1",
$ grep version node_modules/@angular/compiler-cli/package.json
"version": "0.6.3",
$ tsc --version
Version 2.0.3
The text was updated successfully, but these errors were encountered:
Hi @ammar91,
As first reported in primeng#1004, running
ngc
fails on my system.Steps followed:
Error output by
npm run ngc
:Version information:
The text was updated successfully, but these errors were encountered: