Skip to content
Discussion options

You must be logged in to vote

Hi @victoriahu

From what I can tell there isn't anything wrong with our dependencies. I've created fresh Create React apps using NPM 7 and 6 and both work as expected, and running it finds all the dependencies.

What I suspect might be happening is that if you are using NPM 7, it's new way it handles peer dependencies is causing you issues potentially because you have some mis matched versions.

Right now, we state we support React ^16.8, and Console is running 17. You dependency on react-hook-form-paste also has a peer dependency requirement of Paste Core v8, and you're trying to install 10.

This probably doesn't cause you a problem when installing with a NPM 6 lock file as the legacy way …

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@victoriahu
Comment options

@SiTaggart
Comment options

Answer selected by SiTaggart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants