-
Notifications
You must be signed in to change notification settings - Fork 919
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
Unexpected token error in fs-extra when building site #265
Comments
OK, resolved this. If anyone else gets this error, just make to sure to upgrade to the latest node version. fs-extra": "^9.0.0 required node 10 or higher. |
Thanks for the help, worked for me, i was using node 8 |
I'm also using node version 8 and also facing the same issue. Thank you for your answer bro. It works for me |
C:\Users\TeeraponNeng\AppData\Roaming\npm\node_modules\cordova\node_modules\fs-extra\lib\mkdirs\make-dir.js:85 SyntaxError: Unexpected token { Help me !!! |
Same error here too, locally working fine , but in Bamboo.. |
The fs-extra causes failure of buiding openapi. According to this: google/docsy#265, node version will fix this
I'm trying to build an expo/react native project in release for android and no matter what i do i have the same error.
|
replace |
I had the same issue and solved it by replacing |
Hi
When deploying my site, I'm getting the following error:
I'm not sure this is related to my pipeline, since I found this issue which seems to be the same:
vercel/pkg#883
Before I dive into this any further, does anyone know if this is related to the theme in any way? I do see that fs-extra is being referenced in /themes/docsy/assets/vendor/bootstrap/package-lock.json.
Thanks
The text was updated successfully, but these errors were encountered: