question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: Cannot find module 'rollup-plugin-0'

See original GitHub issue

I user bili for build Vue component package. I install bili as global but when I try to run bili src/components/MyComponent.vue I got this error.

Error: Cannot find module 'rollup-plugin-0' 

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
hosein2398commented, Aug 27, 2019

Try with --plugins.vue see if it changes anything.

0reactions
nicklandgrebecommented, Sep 4, 2019

Fixed mine by changing to new plugins format in bili.config.js:

https://bili.egoist.sh/api/interfaces/config.html#plugins

Originally mine was:

plugins: [
 ...
]
Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot find module 'rollup' - Setup - ERPNext Forum
On my production instance, when i do bench update. it gives following error frappe@erpnext-production:~/frappe-bench$ bench build yarn run ...
Read more >
Getting error TS2307: Cannot find module when using rollup ...
I am getting the following error after generating a bundle with rollupjs and running npx tsc lib/index.d.ts to check the result:
Read more >
rollup - npm
It uses the standardized ES module format for code, instead of previous idiosyncratic solutions such as CommonJS and AMD. ES modules let you ......
Read more >
rollup.js
compile to a CommonJS module ('cjs') rollup main.js --file bundle.js ... incrementer.js export let count = 0; export function increment() { count +=...
Read more >
rollup-plugin-node-resolve - npm package - Snyk
This plugin won't resolve any builtins (e.g. fs ). If you need to resolve builtins you can install local modules and set preferBuiltins...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found