-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React JHipster lib: currently broken #16527
Comments
It is working when using
If I remove I'll try to understand why this is happening with npm (> 7 I guess). |
The last successfully built version is |
Related discussion npm/feedback#191 |
How is this evolving? |
Ok fine, so the best way would be to delete these peerDependencies and see if it works |
@ctamisier Can you delete these peerDependencies ? |
I don’t think it will help. I will take a look at peer dependencies soon. |
I don't understand @mshima |
Adding a bounty, as it's the last ticket I need to launch the release 7.3.0 |
I may be wrong but I don't think it will work without peerDependencies. The conflicts exists in the devDependencies. I've started to look at this yesterday jhipster/react-jhipster#73. |
Fixed in jhipster/react-jhipster#74, deployed and looks to be working by now. |
@mshima : approved |
Overview of the issue
I wanted to launch a release of this lib, but it's currently broken, when I launch:
npm ci
:ping:
Motivation for or Use Case
We should be able to clone + npm ci, without problem
Reproduce the error
Related issues
Suggest a Fix
Not sure about removing all peerDependencies:
JHipster Version(s)
[email protected]
JHipster configuration
Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryBrowsers and Operating System
I use:
Node: v14.17.6
NPM: 7.22.0
The text was updated successfully, but these errors were encountered: