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

rollup.config.js node 10 #28

Open
OxaD opened this issue Jan 28, 2020 · 0 comments
Open

rollup.config.js node 10 #28

OxaD opened this issue Jan 28, 2020 · 0 comments

Comments

@OxaD
Copy link

OxaD commented 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:

> 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 ?

@OxaD OxaD changed the title Node 10? rollup.config.js node 10 Jan 28, 2020
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