GraphQL Dependency Issue with NPM Upgrade #7369
-
Not sure if this is considered a bug or error, but wanted to bring this up in the event it wasn't already discussed. When running
Wiki.js version 2.5.303 works fine (been using it for a few months now), but I don't think these two packages work together if I am understanding this error message. I didn't use --force since the site is working and didn't want to break anything by trying to upgrade to newer packages. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Don't run Many dependencies have breaking changes. |
Beta Was this translation helpful? Give feedback.
Don't run
npm upgrade
. You're going to end up with a broken installation.Many dependencies have breaking changes.