birkskyum commented on PR #38035:
URL: https://github.com/apache/superset/pull/38035#issuecomment-3927740728

   The lockfile is a bit of a challenge here, because these very old  legacy 
deckgl / mapbox plugins have old versions of a number of dependencies (like 
react) that naturally will conflict with modern plugins.
   
   There are multiple solutions here:
   - Use pnpm instead of npm, because it can better handle having multiple 
versions of a dependency
   - use `npm --legacy-peer-deps` which ignores the peer deps conflicts.
   - Let go of the legacy chart types.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to