We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm considering a new install flag for monorepos - --mono.
--mono
This would allow the monorepo install pattern:
jspm install ./packages/* --mono
With jspm install --reset then effectively reverting the dependency resolution to the registry lookup.
jspm install --reset
The meaning of --mono means - only install the given dependency once, and ensure all other resolutions of this dependency name use this same version.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm considering a new install flag for monorepos -
--mono
.This would allow the monorepo install pattern:
With
jspm install --reset
then effectively reverting the dependency resolution to the registry lookup.The meaning of
--mono
means - only install the given dependency once, and ensure all other resolutions of this dependency name use this same version.The text was updated successfully, but these errors were encountered: