mona icon indicating copy to clipboard operation
mona copied to clipboard

Error: "Only one instance of babel-polyfill is allowed"

Open loganpowell opened this issue 6 years ago • 0 comments

Hi! I'm getting an error when trying to import and use mona in my project:

only one instance of babel-polyfill is allowed
at Object.<anonymous> ./node_modules/babel-polyfill/lib/index.js:10
at Object.Module._extensions..js module.js:654
at Object.<anonymous> ./node_modules/@mona/combinators/lib/index.js:22
at Object.Module._extensions..js module.js:654
at Object.<anonymous> ./node_modules/@mona/parse/lib/index.js:12

I realize you're combining modules together to create the nice abstraction here. Is there a way to remedy this on my end?

loganpowell avatar May 27 '18 17:05 loganpowell