Aloento
Aloento
maybe same with https://github.com/preactjs/wmr/issues/919
I know wmr is new but my old rollup is from your package `@wmrjs/service-worker` It's also your package, or maybe you don't maintain this package, then I will remove it.
Yes, I am also confused about this. I try to look for the node_modules and see what exactly the version is. And it's the newest version of rollup but, the...
``` SoarT@Soar-Blade ~\Downloads\WMR ❯❯❯ yarn run start Debugger attached. yarn run v1.22.18 $ wmr Debugger attached. Error: Insufficient Rollup version: "@rollup/plugin-commonjs" requires at least [email protected] but found [email protected]. at validateRollupVersion...
reproduce this error just with `yarn add @rollup/plugin-commonjs` wmr.config.mjs `import commonjs from "@rollup/plugin-commonjs"; ` `plugins: [commonjs()],` then you cannot start wmr. I'm trying to solve [this](https://github.com/preactjs/wmr/issues/922) problem so I add...
Let me clean everything and restart my computer, then see what will happen. ---------- Ok, still wrong... Let me use Linux to try again. ----- Not working.... outrageous
this is my env, I will try yours. https://github.com/Aloento/WMR ------ Still wrong... I suspect there may be something wrong with my environment. Let me open a virtual machine and try...
Still wrong in clean Win 11 virtual machine (Sandbox). With nodejs 17.9.0 and yarn v1.22.18 I now try with Linux virtual machine. --- Still wrong... omg...
I tried with your node version and it's started but still thrown... funny... ``` (node:6804) UnhandledPromiseRejectionWarning: Error: Insufficient Rollup version: "@rollup/plugin-commonjs" requires at least [email protected] but found [email protected]. at validateRollupVersion...
``` SoarT@Soar-Blade ~\Downloads\WMR git:master ❯❯❯ yarn run build Debugger attached. yarn run v1.22.18 $ wmr build --prerender Debugger attached. SyntaxError: Unexpected token: punc (:) 1 | … > 2 |...