We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
"codemirror-languageserver": "^1.8.1"
I am getting this error. Any help? Is it because of version?
The text was updated successfully, but these errors were encountered: