jhipster / jdl-studio

JDL Studio is an online JHipster Domain Language visual editor
https://start.jhipster.tech/jdl-studio/
Apache License 2.0
405 stars 114 forks source link

Upgrade libs #152

Closed deepu105 closed 10 months ago

deepu105 commented 10 months ago

Fix https://github.com/jhipster/generator-jhipster/issues/12495 Fix https://github.com/jhipster/generator-jhipster/issues/22841

deepu105 commented 10 months ago

ping @jdubois you should be able to run this now. Make sure to run npm i --legacy-peer-deps

jdubois commented 10 months ago

Thank you so much @deepu105 !!! I'm having a look at the right now

jdubois commented 10 months ago

As always this crazy node-gyp dependency is failing on my machine... as long as it works on GitHub Actions it's not too bad, but what a mess this thing is.

jdubois commented 10 months ago

@deepu105 created #153 for the GitHub Actions which seem out of date too

jdubois commented 10 months ago

For anyone having the node-gyp issue on Mac OS X, here's the solution:


brew install cairo pango
deepu105 commented 10 months ago

As always this crazy node-gyp dependency is failing on my machine... as long as it works on GitHub Actions it's not too bad, but what a mess this thing is.

ya node gyp sucks, i thought its not needed anymore since I changed the node-sass dependency to use the dart version, but probably some other lib is pulling it in