-
Notifications
You must be signed in to change notification settings - Fork 53
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
SyntaxError: Unexpected token { #11
Comments
I do too in my nuxt project. I only get it when refreshing the browser. The first load works fine. Commenting out the import fixes the error, commenting out the component only does not.
|
/node_modules/funnel-graph-js/src/js/main.js:2 SyntaxError: Unexpected token { I get this error when trying to run 'npm run generate'. Running 'npm run build', works though |
vue-funnel-graph-js Version : ^0.1.6
Vue Version : 2.6.10
Nuxt Version: ^2.0.0
I try to use this component with my nuxt project but project end up with the above error msg
The text was updated successfully, but these errors were encountered: