You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I successfully cloned and ran the project 2 days ago, Node v10.15.0, npm 6.4.1. Then, just messing around I started to work on a React implementation. At some point I decided to compare both ( React & Vue) but little did I know I couldn't figure how to make it work anymore, even after a fresh clone from this same repo, same branch, not a single change!
It looks like the error is related to rollup, and happens in rollup.config.js:
> rollup -c
[!] Error: Cannot find module 'rollup-plugin-vue'
Error: Cannot find module 'rollup-plugin-vue'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
at Function.Module._load (internal/modules/cjs/loader.js:507:25)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:22:18)
at Object.<anonymous> (\stripe-billing-typographic\rollup.config.js:7:27)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.require.extensions..js (\AppData\Roaming\npm\node_modules\rollup\dist\bin\rollup:838:24)
at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
at Function.Module._load (internal/modules/cjs/loader.js:530:3)
I tried multiple rollup versions (including the default one). Now, I'm about to perform some tests using an other computer to push investigations further.
Does anybody can reproduce this error ?
The text was updated successfully, but these errors were encountered:
OxaD
changed the title
Node 10?
rollup.config.js node 10
Jan 28, 2020
Dear contributors & brothers in dev.
I successfully cloned and ran the project 2 days ago, Node v10.15.0, npm 6.4.1. Then, just messing around I started to work on a React implementation. At some point I decided to compare both ( React & Vue) but little did I know I couldn't figure how to make it work anymore, even after a fresh clone from this same repo, same branch, not a single change!
It looks like the error is related to rollup, and happens in rollup.config.js:
I tried multiple rollup versions (including the default one). Now, I'm about to perform some tests using an other computer to push investigations further.
Does anybody can reproduce this error ?
The text was updated successfully, but these errors were encountered: