-
Notifications
You must be signed in to change notification settings - Fork 67
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 #121
Comments
Same issue. Can anybody answer? |
This is strange. Nothing has changed in a while. Which version of vue-notion are you using? |
I installed using npm install vue-notion command for vuejs project and it added 3.0.0-alpha.1 version for me |
Apologies, the |
I installed using npm install vue-notion@^1.4.3 but I am still getting this error... ERROR Failed to compile with 1 errors friendly-errors 19:10:22 ERROR in ./node_modules/vue-notion/dist/esm.js friendly-errors 19:10:22 Module parse failed: Unexpected token (1793:175) friendly-errors 19:10:22
| }, |
Same issue here.
the error is provided by esm.js from dist folder line 1788 to 1800. the method is:
When I the return statement is commented no error was encountered. Did you manage to fix it? |
Hello there! I think there is a link to this issue: vuejs/vue-cli#7209 The error is on file dist/esm.js line 1793 column 175 and it's a ?? (Nullish coalescing operator) causing the error. I continue to search about this behavior and try to find a solution. |
Thanks for the debugging 🙏 |
@janniks tank you |
I pushed the change and some updates to version |
Module parse failed: Unexpected token (1:22615) 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 > ...
The text was updated successfully, but these errors were encountered: