- Notifications
You must be signed in to change notification settings - Fork6.1k
Unable to load terminal and extensions#7416
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
I cloned the repo and attempted to generate the release using the following commands: ` Exit immediately if a command exits with a non-zero statusset -e Update git submodulesgit submodule update --init Apply quilt patchesquilt push -a Install npm dependenciesnpm install Build vscode versionVERSION=1.0.6 npm run build:vscode General buildVERSION=1.0.6 npm run build Create releasenpm run release Create standalone releasenpm run release:standalone Package the projectVERSION=1.0.6 npm run package echo "✅ All steps completed successfully." However, the terminal is not working: Additionally, I’m seeing multiple error logs in the console: While running the build, I encountered a memory heap error. To try and resolve it, I updated the following line in lib/vscode/package.json:
with
That’s the only change I made. Cloned Code Server at commit -bd34cd5 |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
-
Looks like wherever it is being ran does not have a new enough glibc. You will either need to update glibc or compile with a lower version. |
BetaWas this translation helpful?Give feedback.