Skip to content

Use existing NPM package manager when installing Jetstream dependencies #1143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

Use existing NPM package manager when installing Jetstream dependencies #1143

wants to merge 2 commits into from

Conversation

daleweaver777
Copy link
Contributor

I also PR'd this to Breeze

PR #1119 added functionality to automatically install NPM packages and builds your assets. However, it defaults to using npm instead of the package manager you are currently using in your project (like pnpm or yarn).

This PR adds functionality to check if you are already using a package manager for your project and uses that to install Jetstream dependencies. If you aren't using a package manager, it defaults to npm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant