This repository was archived by the owner on Feb 20, 2026. It is now read-only.
Description Installed all the prereq as per instructions, Got the following error.
Fresh Ubuntu install 24.04.2 LTS with Prereq
node:internal/modules/cjs/loader:1137
throw err;
^
Error: Cannot find module 'fs-extra'
Require stack:
- /usr/local/lib/node_modules/@textcortex/claude-code-sandbox/dist/web-server.js
- /usr/local/lib/node_modules/@textcortex/claude-code-sandbox/dist/index.js
- /usr/local/lib/node_modules/@textcortex/claude-code-sandbox/dist/cli.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1134:15)
at Module._load (node:internal/modules/cjs/loader:975:27)
at Module.require (node:internal/modules/cjs/loader:1225:19)
at require (node:internal/modules/helpers:177:18)
at Object.<anonymous> (/usr/local/lib/node_modules/@textcortex/claude-code-sandbox/dist/web-server.js:44:25)
at Module._compile (node:internal/modules/cjs/loader:1356:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
at Module.load (node:internal/modules/cjs/loader:1197:32)
at Module._load (node:internal/modules/cjs/loader:1013:12)
at Module.require (node:internal/modules/cjs/loader:1225:19) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/usr/local/lib/node_modules/@textcortex/claude-code-sandbox/dist/web-server.js',
'/usr/local/lib/node_modules/@textcortex/claude-code-sandbox/dist/index.js',
'/usr/local/lib/node_modules/@textcortex/claude-code-sandbox/dist/cli.js'
]
}
Node.js v18.19.1
Reactions are currently unavailable
Installed all the prereq as per instructions, Got the following error.
Fresh Ubuntu install 24.04.2 LTS with Prereq