[BUG] Last 48 hours Can Not Find yoga.wasm
Environment
- Platform (select one):
- [ ] Anthropic API
- [ ] AWS Bedrock
- [ ] Google Vertex AI
- [ x] Other: Claude Code + VS Code
- Claude CLI version: (can not run since yoga.wasm can't be found, but should be 1.0.61)
- Operating System: Ubuntu 24.04
- Terminal: VS Code
Bug Description
Started up claude in vscode similar to the last few months, error raises related to yoga.wasm missing, Reinstalled version 1.0.58, 1.059, 1.0.60 and error remains
Steps to Reproduce
- Install Claude globally and/or locally
- Try to launch
- Error arises
- Trying to install yoga.wasm as dependency succeeds but Claude still does not work.
Expected Behavior
Standard functionality
Actual Behavior
This error: ❯ claude
node:internal/modules/cjs/loader:1144
const err = new Error(message);
^
Error: Cannot find module './yoga.wasm'
Require stack:
- /home/vfulco/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)
at Function.resolve (node:internal/modules/helpers:187:19)
at file:///home/vfulco/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:685:22845
at ModuleJob.run (node:internal/modules/esm/module_job:218:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:329:24)
at async loadESM (node:internal/process/esm_loader:34:7)
at async handleMainPromise (node:internal/modules/run_main:113:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/home/vfulco/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js'
]
}
Node.js v21.1.0
Additional Context
<!-- Add any other context about the problem here, such as screenshots, logs, etc. -->
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗