-
Notifications
You must be signed in to change notification settings - Fork 748
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
Fails to build with babel core version specified in package.json #8
Comments
this should be fixed by #20 Hope this unblocks people (cc @BenAttenborough) Thanks for this course @btholt ! |
This is addressed in #20. Let me know if this is still occurring for you @BenAttenborough ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Node Version
12.18.3
Environment
Linux and Windows PC
Current behaviour
I'm trying to run the code locally and there seems to be a build failure when I run
npm run start
(this is after I did annpm install
):🚨 Build failed.
@parcel/transformer-babel: babelCore(...).loadPartialConfigAsync is not a function
And the site cannot be reached.
Suggested solution
Digging into this it looks like it is something missing in babel core which is currently using version 7.2.0. So I tired bumping the babel version to 7.14.0 and the problem went away. I can do a pull request if that helps.
The text was updated successfully, but these errors were encountered: