You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.
The whole idea of npx is to use the saved package, by package version. But if you are using a package by git repo like npx git+https://github.com/eslint/eslint.git, npx will always download the package since the source can be changed without updating the version of the package.
When
npx git+https://github.com/eslint/eslint.git multiple times
How
Current Behavior
When I installing eslint with npx git+https://github.com/eslint/eslint.git, it always downloading and installing the package:
> npx git+https://github.com/eslint/eslint.git
npx: installed 136 in 155.116s
> npx git+https://github.com/eslint/eslint.git
npx: installed 136 in 136.629s
Expected Behavior
Keep the commit hash to know if you already have the expected version.
Who
I can do that, I just need guidance.
But maybe it under the npm ownership?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What / Why
When
npx git+https://github.com/eslint/eslint.git
multiple timesHow
Current Behavior
eslint
withnpx git+https://github.com/eslint/eslint.git
, it always downloading and installing the package:Expected Behavior
Who
npm
ownership?The text was updated successfully, but these errors were encountered: