-
-
Notifications
You must be signed in to change notification settings - Fork 486
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 (9836:70) #2352
Comments
I have same issue |
Also experiencing this issue. FYI: Another thread is also tracking this issue #2233 |
FYI this is still an issue with v8.3.0, only now the error is: |
Closing as it is a duplicate thread |
Also I just tried to make a Vue 2 project and it works fine for me |
ERROR in ./node_modules/docx/build/index.js 9836:70
Module parse failed: Unexpected token (9836:70)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
I'm using docx version 8.2.2 with Vuejs version 2.6.12
I get this error when I run my project with npm run watch
The text was updated successfully, but these errors were encountered: