castwide / vscode-solargraph

A Visual Studio Code extension for Solargraph.
Other
425 stars 23 forks source link

Couldn't start client language server - solargraph #113

Closed vinayb21 closed 5 years ago

vinayb21 commented 5 years ago

I upgraded my solargraph extension version today. After that, the client language server is failing to start. image Already tried - npm config delete prefix nvm use --delete-prefix v8.15.1 --silent

Still facing the same issue.

castwide commented 5 years ago

I'm not sure how nvm/npm figure into it. From what I can tell, the part that's specific to Solargraph is the Bundler version.

Can you try gem update bundler (or, to update only up to the minimum dependency, gem install bundler -v '~> 1.17')?

castwide commented 5 years ago

Closing for inactivity.