opencode icon indicating copy to clipboard operation
opencode copied to clipboard

Windows , Can't open opencode - Cannot find package 'reusify'

Open Palkers76 opened this issue 1 month ago • 2 comments

getting error: windows 11. installed via npm I tried to install this modile but not fixed the issue

error: Cannot find package 'reusify' from 'C:\Users\piotr.palka.cache\opencode\node_modules\fastq\queue.js' GET - http://127.0.0.1:4096/ failed GET - /favicon.ico failed

Palkers76 avatar Jan 18 '26 22:01 Palkers76

This issue might be a duplicate of existing issues. Please check:

  • #8160: SDK spawn fails on Windows - ENOENT for opencode command (similar Windows installation/package issues)
  • #5223: Can't open opencode after install (Windows npm installation failure)
  • #605: I can't install via NPM (Windows npm installation with missing packages)
  • #631: Windows Support (general Windows compatibility tracking issue)

The error 'Cannot find package reusify' suggests a dependency resolution issue during npm installation on Windows. These related issues may contain solutions or workarounds.

Feel free to ignore if none of these address your specific case.

github-actions[bot] avatar Jan 18 '26 22:01 github-actions[bot]

try running w/ OPENCODE_DISABLE_DEFAULT_PLUGINS=true

rekram1-node avatar Jan 18 '26 22:01 rekram1-node

works , what plugins I'm loosing ?

Palkers76 avatar Jan 19 '26 07:01 Palkers76