0
Fork 0
mirror of https://github.com/obra/superpowers.git synced 2026-09-25 22:09:05 +00:00

[opencode] Windows 11 Git Bash Install #303

Closed
opened 2026-01-19 13:10:05 +00:00 by zhongwei · 1 comment
zhongwei commented 2026-01-19 13:10:05 +00:00 (Migrated from github.com)

Describe the bug
Windows 11 Git Bash:
ln -sf ~/.config/opencode/superpowers/.opencode/plugin/superpowers.js ~/.config/opencode/plugin/superpowers.js

To Reproduce
Steps to reproduce the behavior:
ln -sf in Windows 11 Git Bash = cp

import * as skillsCore from '../../lib/skills-core.js';

Logs
Cannot find module '../../lib/skills-core.js

**Describe the bug** Windows 11 Git Bash: ln -sf ~/.config/opencode/superpowers/.opencode/plugin/superpowers.js ~/.config/opencode/plugin/superpowers.js **To Reproduce** Steps to reproduce the behavior: ln -sf in Windows 11 Git Bash = cp import * as skillsCore from '../../lib/skills-core.js'; **Logs** Cannot find module '../../lib/skills-core.js
cm0201 commented 2026-01-20 06:38:32 +00:00 (Migrated from github.com)

编辑~/.config/opencode/plugin/superpowers.js 文件,将第13行 import * as skillsCore from '../../lib/skills-core.js';改成import * as skillsCore from '../superpowers/lib/skills-core.js'; 保存即可。

Edit the file ~/.config/opencode/plugin/superpowers.js, and modify the 13th line to import * as skillsCore from '../.. /lib/skills-core.js'; Change it to: import * as skillsCore from '../superpowers/lib/skills-core.js'; Just save it.

编辑`~/.config/opencode/plugin/superpowers.js `文件,将第13行 `import * as skillsCore from '../../lib/skills-core.js';`改成`import * as skillsCore from '../superpowers/lib/skills-core.js';` 保存即可。 Edit the file `~/.config/opencode/plugin/superpowers.js`, and modify the 13th line to `import * as skillsCore from '../.. /lib/skills-core.js'; Change it to: `import * as skillsCore from '../superpowers/lib/skills-core.js'; Just save it.
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
skills/obra-superpowers#303
No description provided.