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
Investigate shipping a yarn offline-mirror to be used with jupyter ipydrawio-export provision
jupyter ipydrawio-export provision
The provision step is quite slow and can suffer from network flake. It might be possible to include .yarn-packages
.yarn-packages
drawio
dio
.yarnrc
audit fix
jlpm --offline
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Elevator Pitch
Investigate shipping a yarn offline-mirror to be used with
jupyter ipydrawio-export provision
Motivation
The provision step is quite slow and can suffer from network flake. It might be possible to include
.yarn-packages
Design Ideas
drawio
->dio
, copy out of vendor.yarnrc
which configures an offline mirror for.yarn-packages
audit fix
, as the upstream moves relatively slowly.yarn-packages
jlpm --offline
The text was updated successfully, but these errors were encountered: