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.

1.408-vsc1.32.0 extension not work

See original GitHub issue
  • code-server version: 1.408-vsc1.32.0
  • OS Version: Mac OS 10.13.6

Description

All extensions not work, include git. No output in editor.

Steps to Reproduce

Run 1.408-vsc1.32.0, open some file, no extension work

Find some error: Cannot read file /Users/travis/build/codercom/code-server/packages/server/build/extensions/node_modules/package.json: undefined.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
polymerchmcommented, Mar 27, 2019

Start it n a “virgin” folder and this occurs.

code-server ERROR { Error: The module ‘/home/spollack/.local/share/code-server/dependencies/pty.node’ was compiled against a different Node.js version using NODE_MODULE_VERSION 64. This version of Node.js requires NODE_MODULE_VERSION 57. Please try re-compiling or re-installing the module (for instance, using npm rebuild or npm install).

etc, etc

0reactions
code-ashercommented, Oct 23, 2019

I think the issue was that we would use existing .node files which wouldn’t work across upgrades. Now whenever nbin is upgraded it will write the .node using a unique ID so versions won’t clash.

Read more comments on GitHub >

github_iconTop Results From Across the Web

1.408-vsc1.32.0 extension not work · Issue #348 · coder/code-server ...
All extensions not work, include git. No output in editor. Steps to Reproduce. Run 1.408-vsc1.32.0, open some file, no extension work. Find some...
Read more >
Microsoft/vscode - Gitter
Hellow everybody, I want to make a extension which can get log in debug console and make suggestions for errors, but i dont...
Read more >
doc/FAQ.md · whmmm/code-server - Gitee.com
Please open a new issue and select the Extension request template. If an extension is not available or does not work, you can...
Read more >
Running VSCode in Docker - Binal Patel
All your extensions and VSCode configuration will persist in the local ./data directory, so when you start up the container again you won't...
Read more >
StarMirror/code-server - code-server - Kiritow Git Site
"description": "Run VS Code on a remote server.", ... Also the CLI (for installing extensions) did not seem to be working so point...
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