1.408-vsc1.32.0 extension not work
See original GitHub issuecode-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:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
ornpm install
).etc, etc
I think the issue was that we would use existing
.node
files which wouldn’t work across upgrades. Now whenevernbin
is upgraded it will write the.node
using a unique ID so versions won’t clash.