Giter Site home page Giter Site logo

Comments (5)

InYourHead avatar InYourHead commented on May 9, 2024 1

I think, that this error occurs, because in @ngneat/helipopper package.json there is:

"name": "@ngneat/helipopper",
  "version": "5.1.4",
  "description": "A Powerful Tooltip and Popover for Angular Applications",
  "dependencies": {
    "tippy.js": "6.3.7",
    "tslib": "2.3.1"
  },
  "peerDependencies": {
    "@angular/core": ">=13.0.0",
    "@ngneat/overview": ">=3.0.0" <-- install version higher than 3.0.0
  },

Which install newest version 4.0.0, and conflict occurs.

from overview.

shaharkazaz avatar shaharkazaz commented on May 9, 2024 1

@InYourHead I think Helipopper is indeed the issue, someone opened a related issue.
I released Helipopper v5.1.5, try it.

from overview.

InYourHead avatar InYourHead commented on May 9, 2024

Error during build:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"^13.1.0" from the root project
npm ERR!   peer @angular/core@"^13.1.0" from [email protected]
npm ERR!   node_modules/myapp-lib
npm ERR!     myapp-lib@"0.0.0-release-candidate-0-27.3" from the root project
npm ERR!   14 more (@angular-material-extensions/password-strength, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/core@">=14" from @ngneat/[email protected]
npm ERR! node_modules/@ngneat/overview
npm ERR!   peer @ngneat/overview@">=3.0.0" from @ngneat/[email protected]
npm ERR!   node_modules/@ngneat/helipopper
npm ERR!     peer @ngneat/helipopper@"^5.1.4" from [email protected]
npm ERR!     node_modules/myapp-lib
npm ERR!       myapp-lib@"0.0.0-release-candidate-0-27.3" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/.npm/_logs/2023-01-23T10_02_29_721Z-debug-0.log

from overview.

InYourHead avatar InYourHead commented on May 9, 2024

I tried already to set strict version of peer dependency as:

"@ngneat/overview": "3.0.4",

it didn't work.

from overview.

InYourHead avatar InYourHead commented on May 9, 2024

It works now, thanks!

from overview.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.