question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Code Spell Checker extension crashes

See original GitHub issue

Steps to Reproduce

  1. Download vsix file of the extension.
  2. Unzip vsix and copy extension directory under ~/.code-server/extensions/streetsidesoftware.code-spell-checker-1.6.10
  3. Enable the extension in code-server.
  4. The extension crashes with the following error message:
Error: Cannot find module 'vscode-languageserver'
    at Function.Module._resolveFilename (module.js:536:15)
    at Function.Module._load (module.js:466:25)
    at Module.require (module.js:579:17)
    at Module.r.require.e [as require] (/usr/local/bin/code-server:468:26234)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/home/ymmt/.vscode/extensions/streetsidesoftware.code-spell-checker-1.6.10/server/src/server.js:4:33)
    at Module._compile (module.js:635:30)
    at Object.Module._extensions..js (module.js:646:10)
    at Module.load (module.js:554:32)
    at tryModuleLoad (module.js:497:12)
[Info  - 10:44:40] Connection to server got closed. Server will restart.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
schrejcommented, Mar 25, 2019

@zigego Thank you! After setting "eslint.runtime": "/usr/bin/node" ESLint works fine and shows issues in the editor.

2reactions
foresthoffmancommented, Mar 25, 2019

@ymmt2005 It appears that the current version of Code Spell Checker is quite outdated and using some invalid dependencies, which means that it is unpackageable. I’m seeing the same errors as the current failing build.

I’ve created an issue on the extension’s repo: https://github.com/Jason-Rev/vscode-spell-checker/issues/318

Read more comments on GitHub >

github_iconTop Results From Across the Web

Code Spell Checker extension crashes · Issue #63 - GitHub
Steps to Reproduce. Download vsix file of the extension. Unzip vsix and copy extension directory under ~/.code-server/extensions/ ...
Read more >
Chrome crashes when try to use spell checker to correct the ...
When I try to use Google Chrome's spell checker to correct the spelling of words in a text field or text area, Chrome...
Read more >
Language Server Extension Guide - Visual Studio Code
Explain how to build a Language Server extension in VS Code using the provided Node SDK. Explain how to run, debug, log, and...
Read more >
SPELL CHECK CRASHES IN OFFICE 365
Any Office 365 application will lock up and crash if spell check is used or enabled. I have re-installed several times (even deleting...
Read more >
69944 - Remove Hunspell on OS X - chromium - Monorail
On OS X, Chrome uses the system spell checker and falls back to hunspell if the document language isn't one supported by the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found