thetarnav / solid-devtools

Library of developer tools, reactivity debugger & Devtools Chrome extension for visualizing SolidJS reactivity graph
https://chrome.google.com/webstore/detail/solid-devtools/kmcfjchnmmaeeagadbhoofajiopoceel
MIT License
536 stars 21 forks source link

Update solid-start dependency to 0.3 #276

Closed thetarnav closed 10 months ago

thetarnav commented 10 months ago
unmet peer solid-start@^0.2.20: found 0.3.9
dprophete commented 10 months ago

seeing the same error.

Brand new solid-start (solid-start: "^0.3.10") and npm i -D solid-devtools fails with:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: solid-devtools@0.28.1
npm ERR! Found: solid-start@0.3.10
npm ERR! node_modules/solid-start
npm ERR!   peer solid-start@"*" from solid-start-node@0.3.10
npm ERR!   node_modules/solid-start-node
npm ERR!     peerOptional solid-start-node@"*" from solid-start@0.3.10
npm ERR!     dev solid-start-node@"^0.3.10" from the root project
npm ERR!   solid-start@"^0.3.10" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peerOptional solid-start@"^0.2.20" from solid-devtools@0.28.1
npm ERR! node_modules/solid-devtools
npm ERR!   dev solid-devtools@"*" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: solid-start@0.2.32
npm ERR! node_modules/solid-start
npm ERR!   peerOptional solid-start@"^0.2.20" from solid-devtools@0.28.1
npm ERR!   node_modules/solid-devtools
npm ERR!     dev solid-devtools@"*" 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.