[BUG] Last 48 hours Can Not Find yoga.wasm

Resolved 💬 2 comments Opened Jul 26, 2025 by weisisheng Closed Jul 26, 2025

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

  1. Install Claude globally and/or locally
  2. Try to launch
  3. Error arises
  4. 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. -->

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗