Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm 7 compatibility #678

Merged
merged 2 commits into from
Jul 21, 2021
Merged

npm 7 compatibility #678

merged 2 commits into from
Jul 21, 2021

Conversation

benmccann
Copy link
Contributor

@benmccann benmccann commented Jul 19, 2021

Fixes https://github.com/pubkey/broadcast-channel/issues/604

I can't build this library locally because I have npm 7 installed and npm 7 checks for conflicting package versions.

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/rollup
npm ERR! dev rollup@"2.53.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer rollup@">=0.66.0 <2" from [email protected]
npm ERR! node_modules/rollup-plugin-uglify
npm ERR! dev rollup-plugin-uglify@"6.0.4" from the root project
npm ERR!

@pubkey pubkey merged commit 3e09abe into pubkey:master Jul 21, 2021
@pubkey
Copy link
Owner

pubkey commented Jul 21, 2021

Thanks, merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

npm install fails with npm 7
2 participants