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.

Missing support for Angular 9

See original GitHub issue

Describe the bug

npm WARN angular-split@3.0.2 requires a peer of @angular/common@^8.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN angular-split@3.0.2 requires a peer of @angular/core@^8.0.0 but none is installed. You must install peer dependencies yourself.

To Reproduce Install angular-split into an Angular 9 working-copy and run npm install

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:16 (5 by maintainers)

github_iconTop GitHub Comments

9reactions
bertrandgcommented, Feb 11, 2020

Yes, will do it this week!

3reactions
Mysamecommented, Feb 17, 2020

@bertrandg Thank you very much for the quick update. However, it’s advisable to also approve pull request https://github.com/bertrandg/angular-split/pull/204 for Ivy compatibility.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Missing support for Angular 9 · Issue #218 - GitHub
Working for me with Angular 9. I had to change the import to use the .forRoot() unlike what is shown in the examples....
Read more >
Browser support - Angular
The Angular CLI provides support for polyfills. If you are not using the CLI to create your projects, see Polyfill instructions for non-CLI...
Read more >
Missing material dependencies after upgrade to Angular 9
Follow following steps :- Delete node_modules folder. Delete package-lock.json file. Run npm cache clean --force; Run npm install --save ...
Read more >
Angular Version Upgrade: A quick guide to upgrade from 9.0 ...
Updating package. · IE11 support is deprecated. · Update 'zone. · Remove 'emitDecoratorMetadata' TypeScript compiler option. · Lazy loading syntax ...
Read more >
New Features in Angular 9 | GrapeCity JavaScript
In Angular 9, the new Ivy compiler will finally be the default, so Angular apps built with Ivy will be faster and more...
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