-
Notifications
You must be signed in to change notification settings - Fork 30
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
only-allow a specific version of the package manager #5
Comments
Why we need this feature? Starting from NPM 7, the package-lock.json has a different version and there are too many changes. So, if a team member is using NPM 6 and others are using NPM 7 the package-lock.json after each install is completely different for both. It will be good to have this feature so that we can lock the package manager versions as well. |
I think it is possible. 'which-pm-runs' also gives us a version number. I am going ahead with this. Let me know if there is anything I should know. |
The issue is that this package doesn't really work anymore as npm doesn't run |
RR‘s meaning is detect the pm version when |
You should be able to accomplish this with the |
zkochan is right, look this
(😭tried and faild , emm https://github.com/luckymore/only-allow) |
Hi,
Can I use only-allow with a specific version?
For example →
If not, is it possible to have this feature?
Also, I would like to contribute in building this feature if not already available.
The text was updated successfully, but these errors were encountered: