Skip to content
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 loader error #16

Open
tirumalavasu-modak opened this issue Jun 6, 2022 · 0 comments
Open

Module loader error #16

tirumalavasu-modak opened this issue Jun 6, 2022 · 0 comments

Comments

@tirumalavasu-modak
Copy link

tirumalavasu-modak commented Jun 6, 2022

in ./node_modules/codemirror-languageserver/dist/index.js

Module parse failed: Unexpected token (327:8)
You may need an appropriate loader to handle this file type.
|     delete options.serverUri;
|     return languageServerWithTransport({
|         ...options,
|         transport: new WebSocketTransport(serverUri)
|     });

 @ ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./src/pages/sql-intellisense/PythonEditor.vue 23:0-59
 @ ./src/pages/sql-intellisense/PythonEditor.vue
 @ ./src/router/index.js
 @ ./src/main.js
 @ multi (webpack)-dev-server/client?http://localhost:8080 webpack/hot/dev-server ./src/main.js

"codemirror-languageserver": "^1.8.1"

I am getting this error. Any help? Is it because of version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant