-
Notifications
You must be signed in to change notification settings - Fork 16
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
only one instance of babel-polyfill is allowed #7
Comments
I'm writing this 4 months after looking through this issue so some things may be incorrect but want to write down my thoughts as I remember them... I think the root cause is when multiple packages require the package The two packages in my case were This issue started popping up after serverless version See here: serverless/serverless@v1.27.3...v1.28.0#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R95 Inside that dependency, you'll find the following line which also requires the package You can see that line in the
You can also see that line in the Line 3 in 5883f8a
The major difference is that THE FIX: This issue was encountered in two different ways and it was fixed differently in both cases. You could also clone/fork this repo and add that check above that is missing. The first was when running
The second was when running
|
Serverless plugin "serverless-dynalite" initialization errored: only one instance of babel-polyfill is allowed
The text was updated successfully, but these errors were encountered: