You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to run Claude Code on a SLURM cluster login node, I encounter a WebAssembly memory allocation error that prevents the tool from starting.
Error Message
node:internal/process/promises:289
triggerUncaughtException(err, true /* fromPromise */);
^
[RangeError: WebAssembly.instantiate(): Out of memory: Cannot allocate Wasm memory for new instance]
Node.js v20.9.0
Steps to Reproduce
Installed Node.js via environment modules (module load nodejs)
Configured npm to use a custom global directory in a location with sufficient space
Successfully installed Claude Code with npm install -g @anthropic-ai/claude-code
Attempted to run claude command
Immediately received the WebAssembly memory allocation error
The text was updated successfully, but these errors were encountered:
Environment
Issue Description
When attempting to run Claude Code on a SLURM cluster login node, I encounter a WebAssembly memory allocation error that prevents the tool from starting.
Error Message
Steps to Reproduce
module load nodejs
)npm install -g @anthropic-ai/claude-code
claude
commandThe text was updated successfully, but these errors were encountered: