| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
this avoids trying to play catch-up with whatever preparation commands npm does when installing from `npm i git+...` (which differs from `npm i a/dir`) the latter does not run any preparation commands leading to broken installs the previous command we were using was suggested by the npm devs, however some of the options that it was using are no longer part of npm itself and npm 12.x errors on unknown options
|
Will there be a release soon containing this fix? |
Sorry, something went wrong.
|
I plan to never release this! hahaha |
Sorry, something went wrong.
|
You can do pipx install git+https://github.com/pre-commit/pre-commit in the meantime |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
this avoids trying to play catch-up with whatever preparation commands npm does when installing from npm i git+... (which differs from npm i a/dir) the latter does not run any preparation commands leading to broken installs
the previous command we were using was suggested by the npm devs, however some of the options that it was using are no longer part of npm itself and npm 12.x errors on unknown options
this ~technically breaks compatibility on windows some 2019-era npm versions but it's big 26 so...
resolves #3517