Skip to content
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

Offline process plugin installation instructions #818

Open
ilkka opened this issue Feb 5, 2024 · 0 comments
Open

Offline process plugin installation instructions #818

ilkka opened this issue Feb 5, 2024 · 0 comments

Comments

@ilkka
Copy link

ilkka commented Feb 5, 2024

I think it would be really nice to have instructions on how to install process plugins in an offline environment. I had lots of success just dropping WASM files in a directory and pointing at those, but then had a spot of trouble with the prettier plugin. Turns out in the end what I had to do was:

  • grab their JSON and save it locally
  • grab the zip file for my platform, also save locally
  • edit the JSON to make the zip file reference a local path
  • add the JSON checksum to the main dprint config when it complains about it

Maybe this could be a sidebar in the docs or something. Thanks!

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

No branches or pull requests

1 participant