
Description
When trying to build Code Server 3.7.0:
'''
internal/modules/cjs/loader.js:968
throw err;
^
Error: Cannot find module '/usr/lib/code-server'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
at Function.Module._load (internal/modules/cjs/loader.js:841:27)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:1
2)
at internal/main/run_main_module.js:17:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
'''
Successful build with Code Server 3.6.2:
'''
[2020-11-16T20:59:11.197Z] info Wrote default config file to ~/.config/code-server/config.yaml
[2020-11-16T20:59:11.443Z] info Using user-data-dir ~/.local/share/code-server
[2020-11-16T20:59:11.450Z] info code-server 3.6.2 9bde62f
[2020-11-16T20:59:11.450Z] info Using config file ~/.config/code-server/config.yaml
[2020-11-16T20:59:11.455Z] info HTTP server listening on http://127.0.0.1:8080
[2020-11-16T20:59:11.455Z] info - Using password from ~/.config/code-server/config.yaml
[2020-11-16T20:59:11.455Z] info - To disable use --auth none
[2020-11-16T20:59:11.455Z] info - Not serving HTTPS
'''
-->
- Web Browser: Chrome
- Local OS: Windows
- Remote OS: Google Cloud Shell & Windows
- Remote Architecture: Unknown
- `code-server --version :3.7.0