-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AOT and 2.1.2 => Cannot read property 'transitiveModules' of undefined #2931
Comments
Here is my project.json:
|
Dupe of #2917 . Closing. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
OS?
MacOS 10.12.1
Versions.
angular-cli: 1.0.0-beta.18
node: 7.0.0
os: darwin x64
Repro steps.
Upgrade a project to newest 2.1.2 version of angular 2, v2.0.6 of typescript and v7.00 of nodejs.
ng build --prod --aot
The log given by the failure.
0% compilingCannot read property 'transitiveModules' of undefined TypeError: Cannot read property 'transitiveModules' of undefined at /Users/myuser/repos/myproject3/projects/client/node_modules/@angular/compiler/bundles/compiler.umd.js:13042:22 at Array.forEach (native) at analyzeNgModules (/Users/myuser/repos/myproject3/projects/client/node_modules/@angular/compiler/bundles/compiler.umd.js:13041:24) at OfflineCompiler.compileModules (/Users/myuser/repos/myproject3/projects/client/node_modules/@angular/compiler/bundles/compiler.umd.js:13115:20) at CodeGenerator.codegen (/Users/iminar/Dev/angular/modules/@angular/compiler-cli/src/codegen.ts:71:26) at AotPlugin._make (/Users/myuser/repos/myproject3/projects/client/node_modules/@ngtools/webpack/src/plugin.js:186:43) at Compiler.<anonymous> (/Users/myuser/repos/myproject3/projects/client/node_modules/@ngtools/webpack/src/plugin.js:151:75) at Compiler.applyPluginsParallel (/Users/myuser/repos/myproject3/projects/client/node_modules/tapable/lib/Tapable.js:156:14) at Compiler.<anonymous> (/Users/myuser/repos/myproject3/projects/client/node_modules/webpack/lib/Compiler.js:463:8) at Compiler.applyPluginsAsync (/Users/myuser/repos/myproject3/projects/client/node_modules/tapable/lib/Tapable.js:73:70) at Compiler.compile (/Users/myuser/repos/myproject3/projects/client/node_modules/webpack/lib/Compiler.js:456:7) at Compiler.<anonymous> (/Users/myuser/repos/myproject3/projects/client/node_modules/webpack/lib/Compiler.js:219:10) at Compiler.readRecords (/Users/myuser/repos/myproject3/projects/client/node_modules/webpack/lib/Compiler.js:367:10) at Compiler.<anonymous> (/Users/myuser/repos/myproject3/projects/client/node_modules/webpack/lib/Compiler.js:216:9) at next (/Users/myuser/repos/myproject3/projects/client/node_modules/tapable/lib/Tapable.js:81:11) at Compiler.<anonymous> (/Users/myuser/repos/myproject3/projects/client/node_modules/webpack/lib/CachePlugin.js:34:58) at Compiler.applyPluginsAsync (/Users/myuser/repos/myproject3/projects/client/node_modules/tapable/lib/Tapable.js:85:13) at Compiler.<anonymous> (/Users/myuser/repos/myproject3/projects/client/node_modules/webpack/lib/Compiler.js:213:8) at next (/Users/myuser/repos/myproject3/projects/client/node_modules/tapable/lib/Tapable.js:81:11) at Compiler.<anonymous> (/Users/myuser/repos/myproject3/projects/client/node_modules/webpack/lib/node/NodeEnvironmentPlugin.js:23:3) at Compiler.applyPluginsAsync (/Users/myuser/repos/myproject3/projects/client/node_modules/tapable/lib/Tapable.js:85:13) at Compiler.run (/Users/myuser/repos/myproject3/projects/client/node_modules/webpack/lib/Compiler.js:210:7) at /Users/myuser/repos/myproject3/projects/client/node_modules/angular-cli/tasks/build-webpack.js:26:29 at Class.run (/Users/myuser/repos/myproject3/projects/client/node_modules/angular-cli/tasks/build-webpack.js:25:16) at Class.run (/Users/myuser/repos/myproject3/projects/client/node_modules/angular-cli/commands/build.js:50:26) at Class.<anonymous> (/Users/myuser/repos/myproject3/projects/client/node_modules/angular-cli/lib/models/command.js:152:17) at tryCatch (/Users/myuser/repos/myproject3/projects/client/node_modules/rsvp/dist/lib/rsvp/-internal.js:215:12) at invokeCallback (/Users/myuser/repos/myproject3/projects/client/node_modules/rsvp/dist/lib/rsvp/-internal.js:230:13) at publish (/Users/myuser/repos/myproject3/projects/client/node_modules/rsvp/dist/lib/rsvp/-internal.js:198:7) at flush (/Users/myuser/repos/myproject3/projects/client/node_modules/rsvp/dist/lib/rsvp/asap.js:85:5) at _combinedTickCallback (internal/process/next_tick.js:67:7) at process._tickCallback (internal/process/next_tick.js:98:9)
The text was updated successfully, but these errors were encountered: