mostjs / core

Most.js core event stream
http://mostcore.rtfd.io
MIT License
402 stars 36 forks source link

fixes CI build, some remarks for installing deps in local repo #674

Closed semmel closed 6 months ago

semmel commented 6 months ago

Just a workaround adding --legacy-peer-deps.

Actually, I have really no idea why npm complains that some dependencies in the monorepo do no longer fit together…

briancavalier commented 6 months ago

It looks like npm changed with v7. This is probably a fairly common issue for projects that have been around a while: https://stackoverflow.com/a/66620869.

The PR looks good to me. We could probably just merge it and see what happens.