-
Notifications
You must be signed in to change notification settings - Fork 101
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
Module parse failed: Unexpected token, when run nuxt build #86
Comments
I've downgraded to version 1.3.0 and it worked. |
Hi please try |
Hi ! can someone help me to find a solution ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using this dependency in my current nuxt project. I've never had this problem before, but the last time I did a build, there was an error like this
It seems to have something to do with compatibility issues with optional chaining doesn't it?, and it suggested adding loader configurations, I've tried adding configs in
babelrc
, as well as innuxt.config.js
, but nothing works, I suspect it's related to node version, but after I upgrade my node version to the latest one, this problem still appears,please help
The text was updated successfully, but these errors were encountered: