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
{{ message }}
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.
Unfortunately that is one reason I stopped with this experiment. For this to work well, we would need better control of dependencies for recipes using a monorepo structure, see #30.
you can npm shrinkwrap and lock the version of the offending module at a known good version
you can turn on debug: true in the Rollup recipe options in your gulpfile.babel.js which will print out a full rollup configuration. Copy that from the console and use rollup directly instead of this project (recommended).
Much the underlying dependencies this project uses can be used directly for your needs, this project just simplifies the configuration. Turning on debug will often times yield the underlying configuration which will ease the transition away from here.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am getting following error while
[rollup]
Error: Error transforming
picker.js/node_modules/estraverse/package.json with 'babel' plugin: picker.js/node_modules/estraverse/package.json: Unexpected token (2:9)
[16:04:56] 'rollup:iife' errored after 12 s
[16:04:56] SyntaxError: picker.js/node_modules/estraverse/package.json: Unexpected token (2:9)
1 | {
I think its because of the format of package.json but not able to fix it. Any solution?
The text was updated successfully, but these errors were encountered: