rollup version is too old (is fake)
See original GitHub issue"@wmrjs/service-worker@^0.3.1":
version "0.3.1"
dependencies:
rollup "^2.0.0"
rollup@^2.0.0:
version "2.70.1"
then "@rollup/plugin-commonjs" requires at least rollup@2.38 but found rollup@2.8.0.
Cannot fix this by yarn add -D rollup
I recommend you to use the dependence bot or npm-check-updates to keep new for your deps.
Issue Analytics
- State:
- Created a year ago
- Comments:23 (13 by maintainers)
Top Results From Across the Web
@rollup/plugin-commonjs - npm
Convert CommonJS modules to ES2015. Latest version: 24.0.0, last published: 11 days ago. Start using @rollup/plugin-commonjs in your project ...
Read more >How to Bundle JavaScript With Rollup — Step-by-Step Tutorial
At this point, we've got a code bundle that will work in modern browsers, but it'll break if the browser is even a...
Read more >rollup.js
Rollup is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library...
Read more >Exchange showing the wrong rollup version : r/exchangeserver
I've installed roll up 7 on Exchange 2010 SP3 but when I do a Get-ExchangeServer | select Name, AdminDisplayVersion I get Version 14.3...
Read more >Update Rollup 35 for Azure Site Recovery - Microsoft Support
Microsoft Azure Site Recovery Unified Setup (VMware to Azure) (version 9.19.xxxx.x or a later version). Note You can check the installed provider version...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@developit Interestingly the package that’s throwing the error (
react-helmet-async
) is one built with Microbundle… Granted might be in one of the deps, the error position doesn’t exactly make it clear.Shoot, I’m really sorry, I didn’t notice you were running the dev server.
I can reproduce there. Can you confirm that
wmr build
doesn’t result in that error?