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.

Error when built AOT

See original GitHub issue

I installed version 1.3.8 when build aot, I get error below. Pls check it 😃

[at-loader] Checking finished with 2 errors
Error in bail mode: [at-loader] ./compiled/node_modules/ng2-tag-input/dist/modules/components/tag-input/tag-input.ngfactory.ts:526:50 
    TS2341: Property 'dragProvider' is private and only accessible within class 'TagInputComponent'.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
limpepcommented, Jul 3, 2017

Yeah just tested on 1.4.0 and its working fine for me. @Gbuomprisco Thanks

0reactions
FriOnecommented, Jul 10, 2017

@Gbuomprisco It hadn’t worked until 1.4.5 of ngx-chips, now it works, thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

when I run " flutter build aot --debug " error? - Stack Overflow
AOT is for release mode by default in flutter build. BTW: flutter build aot is deprecated, https://github.com/flutter/flutter/issues/49562.
Read more >
AOT metadata errors - Angular
The compiler encountered a referenced to a locally defined symbol that either wasn't exported or wasn't initialized. Here's a provider example of the...
Read more >
How to catch build errors when using aot on production and w ...
After merging, there's a hook to deploy the changes, and on production build, I got a compile error. The error was in a...
Read more >
AOT build error Cannot read property 'kind' of undefined #8434
The cause in our case is some decorators being applied to properties that also have Angular decorators (usually @input) applied to them.
Read more >
Error in build using AOT - microTVM - Apache TVM Discuss
Hi @manupa-arm, @areusch, I was trying to generate build (AOT enabled) as follows: def _make_session(temp_dir, zephyr_board, west_cmd, ...
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