You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm error Found: [email protected]
npm error node_modules/deck.gl
npm error deck.gl@"^9.0.35" from the root project
npm error
npm error Could not resolve dependency:
npm error peer deck.gl@"^8.0.0" from @hubble.gl/[email protected]
I have never contributed to a monorepo like this before, so im opening this issue prior to trying to contribute the chore to learn how to do it the right way.
While one is at it, it would be nice to also bump up to React v18 or v19, as I am getting issues with the peer dep being "^16.8.0"
The text was updated successfully, but these errors were encountered:
@chrisgervang I tried avoiding this, but am getting some significant errors regarding the versioning of different deps. I would be happy to contribute to the version bump if I can get some initial assistance understanding the flow here in this monorepo. I have reviewed the README and have started messing with the package.json's but seek a bit more insight into the proper way to bump this. (Ive never worked in a monorepo before) Thank you.
Thanks for your patience while I take a look into this. Upgrading the packages would be done by manually modifying the package.json files, and contributing would follow the same steps as deck.gl's monorepo (see our CONTRIBUTING.md guide). What errors do you see?
When I run try installing:
npm i @hubble.gl/react
I have never contributed to a monorepo like this before, so im opening this issue prior to trying to contribute the chore to learn how to do it the right way.
While one is at it, it would be nice to also bump up to React v18 or v19, as I am getting issues with the peer dep being "^16.8.0"
The text was updated successfully, but these errors were encountered: