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.

Should install for Angular 8 without warning

See original GitHub issue

Describe the bug Installing package for Angular 8+ shows warnings.

To Reproduce

  1. Create an Angular project with version >= 8
  2. Run npm install ngx-joyride --save

Expected behaviour Should install without warning

Actual behaviour Shows the following warnings after install

npm WARN ngx-joyride@2.2.10 requires a peer of @angular/core@>=4.0.0 <8.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN ngx-joyride@2.2.10 requires a peer of @angular/common@>=4.0.0 <8.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN ngx-joyride@2.2.10 requires a peer of @angular/compiler@>=4.0.0 <8.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN ngx-joyride@2.2.10 requires a peer of @angular/router@>=4.0.0 <8.0.0 but none is installed. You must install peer dependencies yourself.

Details (please complete the following information):

  • Angular versions:
"@angular/animations": "8.1.2",
    "@angular/cdk": "8.1.1",
    "@angular/common": "8.1.2",
    "@angular/core": "8.1.2",
    "@angular/flex-layout": "8.0.0-beta.27",
    "@angular/forms": "8.1.2",
    "@angular/material": "8.1.1",
    "@angular/platform-browser": "8.1.2",
    "@angular/platform-browser-dynamic": "8.1.2",
    "@angular/router": "8.1.2",
  • Joyride:
"ngx-joyride": "2.2.10",

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:4
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
ianjamiesoncommented, May 12, 2020

@jpcarnes - hey, yeh I am using on an angular 9 project at the moment. Although I am still seeing these warnings.

I haven’t encountered any issues as of yet. The warnings are just suggesting that ngx-joyride have not updated their dependencies to accept angular > 8. Likely meaning they haven’t tested it themselves on later Angular versions.

Good luck!

0reactions
tnicolacommented, Apr 8, 2021

I updated the dependencies, so you shouldn’t see the the warnings anymore.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular 8 to 9 upgrade warnings when building - Stack Overflow
I had a few errors after following the instructions on the upgrade page. So I deleted the node_modules, cleaned the npm cache and...
Read more >
Setting up the local environment and workspace - Angular
This guide explains how to set up your environment for Angular development using the Angular CLI tool. It includes information about prerequisites, ...
Read more >
Installing Angular with Angular-CLI in a Couple of Minutes
Angular supports live server, so you can see the changes in your local browser automatically without refreshing the page. After your Angular App ......
Read more >
Angular TypeScript Tutorial in Visual Studio Code
Tip: To test that you have Node.js and npm correctly installed on your machine, you can type node --version and npm --version ....
Read more >
How To Install Angular CLI - KnowledgeHut
NPM is one of the prerequisites you require before installing Angular CLI. Angular will need to have Node.js in your system for it...
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