-
Notifications
You must be signed in to change notification settings - Fork 288
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Description
Description:
When installing @vibe-kit/grok-cli globally with Bun, the resulting grok command fails with Node.js module resolution errors. The package's imports lack .js extensions required by Node.js ESM specification.
Steps to Reproduce:
- Install:
bun add -g @vibe-kit/grok-cli - Run:
grok --version - Observe:
ERR_MODULE_NOT_FOUNDerrors
Expected Behavior:
The grok command should work after global installation.
Actual Behavior:
Multiple module resolution failures prevent execution.
Workaround:
Create a wrapper script that explicitly uses Bun to run the package.
Suggested Fix:
Add .js extensions to all relative imports in the distributed code to ensure Node.js ESM compatibility.
Steps to reproduce
No response
huycozy, teunissenstefan, awwright, whalehead and patilbhau1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working