Skip to content

fix(publish): replace file: dependencies with version numbers#23

Merged
dev-phantom merged 1 commit into
masterfrom
cicd
Dec 6, 2025
Merged

fix(publish): replace file: dependencies with version numbers#23
dev-phantom merged 1 commit into
masterfrom
cicd

Conversation

@dev-phantom
Copy link
Copy Markdown
Owner

Fixes the 'Cannot find module @jetstart/shared' error when installing @jetstart/cli from npm.

The publish script now temporarily replaces file: protocol dependencies with version numbers before publishing, then restores them for local development.

…publishing

The CLI package was failing when installed from npm because it had
file:../shared dependencies. Now the publish script temporarily
replaces file: protocol with version numbers before publishing,
then restores the original for local development.

This fixes the 'Cannot find module @jetstart/shared' error.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@dev-phantom dev-phantom merged commit 678eae3 into master Dec 6, 2025
1 check passed
@github-actions
Copy link
Copy Markdown

ghost commented Dec 6, 2025

🎉 This PR is included in version 1.1.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

dev-phantom added a commit that referenced this pull request Dec 27, 2025
fix(publish): replace file: dependencies with version numbers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant