Closed vinayb21 closed 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'
)?
Closing for inactivity.
I upgraded my solargraph extension version today. After that, the client language server is failing to start. Already tried -
npm config delete prefix
nvm use --delete-prefix v8.15.1 --silent
Still facing the same issue.