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

Minimum rollup version isn't high enough for @rollup/plugin-node-resolve #3327

Open
julienw opened this issue May 13, 2024 · 0 comments
Open

Comments

@julienw
Copy link

julienw commented May 13, 2024

In our project we updated to latest version of workbox, and as a result we get this error:

ERROR in Insufficient rollup version: "@rollup/plugin-node-resolve" requires at least [email protected] but found [email protected].

Indeed, the current dependency for @rollup/plugin-node-resolve in workbox-build is 15.2.3 (see package.json), which clearly requests rollup 2.78+ in its readme file.
However the minimum rollup version in workbox-build is 2.43.1, therefore when a project updates the workbox dependency, rollup itself stays at the older version and isn't updated.

The solution should be fairly easy: rollup needs to be updated to a more recent version. Hopefully it still works? (but I guess you'd know from other users).

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

No branches or pull requests

1 participant