We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm i --save-dev @rollup/plugin-typescript typescript tslib
rollup -c
It should work ;)
> rollup -cw [!] Error: Cannot find module 'rollup-pluginutils' Require stack: - /Users/lukas/Documents/Bachmann/atscm/transformer-help/node_modules/@rollup/plugin-typescript/dist/index.js - /Users/lukas/Documents/Bachmann/atscm/transformer-help/rollup.config.js - /Users/lukas/Documents/Bachmann/atscm/transformer-help/node_modules/rollup/dist/bin/rollup Error: Cannot find module 'rollup-pluginutils'
The problem is, that index.js still imports 'rollup-pluginutils' instead of '@rollup/pluginutils'.
Install rollup-pluginutils: npm i --save-dev rollup-pluginutils
npm i --save-dev rollup-pluginutils
Are you on this one or should I create a PR?
The text was updated successfully, but these errors were encountered:
A PR would be fantastic. Otherwise, I can get around to a fix for this later today.
Sorry, something went wrong.
Okay, on it
Successfully merging a pull request may close this issue.
How Do We Reproduce?
npm i --save-dev @rollup/plugin-typescript typescript tslib
rollup -c
Expected Behavior
It should work ;)
Actual Behavior
Reason
The problem is, that index.js still imports 'rollup-pluginutils' instead of '@rollup/pluginutils'.
Workaround
Install rollup-pluginutils:
npm i --save-dev rollup-pluginutils
Are you on this one or should I create a PR?
The text was updated successfully, but these errors were encountered: