question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot load project - AOT Compatible

See original GitHub issue

Hi,

wanted to try this app with my project but I’m getting this error: screen shot 2018-01-13 at 3 36 39 pm

Project is AOT compatible (buildable through --aot and ngc)

Deps:

"dependencies": {
    "@angular/animations": "^5.1.0",
    "@angular/common": "^5.1.0",
    "@angular/compiler": "^5.1.0",
    "@angular/core": "^5.1.0",
    "@angular/forms": "^5.1.0",
    "@angular/http": "^5.1.0",
    "@angular/platform-browser": "^5.1.0",
    "@angular/platform-browser-dynamic": "^5.1.0",
    "@angular/platform-server": "^5.1.0",
    "@angular/router": "^5.1.0",
    "@ngrx/core": "^1.2.0",
    "@ngrx/effects": "^4.1.1",
    "@ngrx/router-store": "^4.1.1",
    "@ngrx/store": "^4.1.1",
    "@ngrx/store-devtools": "^4.1.1",
    "core-js": "^2.4.1",
    "deep-diff": "0.3.4",
    "enhanced-resolve": "3.3.0",
    "enumerate-devices-shim": "^1.0.2",
    "get-user-media-promise": "^1.1.1",
    "howler": "^2.0.3",
    "immutable": "^3.8.1",
    "mv-api-js": "~0.0.0",
    "ngx-popover": "0.0.16",
    "ngx-smart-modal": "^3.1.0",
    "node-uuid": "^1.4.8",
    "normalize.css": "^7.0.0",
    "rxjs": "^5.5.5",
    "typescript-memoize": "^0.0.4",
    "web-animations-js": "^2.3.1",
    "webrtc-adapter": "3.3.4",
    "zone.js": "^0.8.4"
  },
  "devDependencies": {
    "@angular/cli": "^1.6.0",
    "@angular/compiler-cli": "^5.1.0",
    "@types/jasmine": "https://nexus.protmv.com/repository/npm-public/@types/jasmine/-/jasmine-2.5.38.tgz",
    "@types/node": "~6.0.60",
    "audiosprite": "^0.6.0",
    "babel-polyfill": "^6.26.0",
    "bootstrap": "4.0.0-alpha.6",
    "codelyzer": "~2.0.0",
    "ffbinaries": "^1.0.1",
    "intl": "^1.2.5",
    "jasmine-core": "2.5.2",
    "jasmine-spec-reporter": "~3.2.0",
    "karma": "~1.4.1",
    "karma-chrome-launcher": "^2.0.0",
    "karma-cli": "^1.0.1",
    "karma-coverage-istanbul-reporter": "^0.2.0",
    "karma-es6-shim": "^1.0.0",
    "karma-jasmine": "~1.1.0",
    "karma-jasmine-html-reporter": "^0.2.2",
    "karma-junit-reporter": "^1.2.0",
    "karma-phantomjs-launcher": "^1.0.2",
    "phantomjs-prebuilt": "^2.1.14",
    "postcss-grid-kiss": "^1.4.2",
    "protractor": "~5.1.0",
    "ts-helpers": "^1.1.1",
    "ts-node": "~2.0.0",
    "tslint": "~4.5.0",
    "typescript": "^2.6.2",
    "wallaby-webpack": "*",
    "webpack-bundle-analyzer": "^2.7.0"
  }

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
MichalMaMcommented, Feb 2, 2018

@OClement see #33 you may have a similar problem

0reactions
OClementcommented, Feb 2, 2018

@MichalMaM Yep that’s exactly it, thanks!

Good catch; I guess we can close this

Read more comments on GitHub >

github_iconTop Results From Across the Web

Failed to load AOT module 'System.Collections.Immutable ...
Failed to load AOT module 'System.Collections.Immutable' while running in aot-only mode: doesn't match assembly. Start the app after crash on the device ...
Read more >
How to enable and run AOT compilation - OpenSilver
How to enable and run AOT compilation. Verify that .NET 6.0 is installed. To do this, open a command prompt and run the...
Read more >
Ahead-of-time (AOT) compilation - Angular
The AOT compiler detects and reports template binding errors during the build step before users can see them. Better security, AOT compiles HTML...
Read more >
Native AOT deployment overview - .NET | Microsoft Learn
Learn what native AOT deployments are and why you should consider using it as part of the ... It is currently not supported...
Read more >
AOT Can't resolve all parameters for [...] - Stack Overflow
I encountered this error when building a parent angular project with AOT enabled that had a child angular library project I had packaged...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found