-
Notifications
You must be signed in to change notification settings - Fork 23
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
[BUG] emplace is triggered by non global npm #323
Comments
Hi @jayvdb, unfortunately I'm not maintaining this application anymore, so I won't pick up this issue. Any PR's are greatly appreciated though! |
I am happy to build the fix for this. I've had a poke around, and notice the problem of local project package installs is unique to A quick fix is to change i.e. To properly solve his without regressions, IMO the package managers need a member |
I think a |
It might make more sense to have a hook which is given the entire command line and is able to reject it - then the hook would be usable for other special cases where a declarative approach is a lot of effort |
Digging a little deeper, I wonder if it would be OK to add a
This approach would mean that flag processing is still declarative, but doesn't involve creating new members like |
This sounds like a good solution! I think this would make the implementation a lot cleaner. |
Describe the bug
emplace tries to record npm install occurring in local projects.
To Reproduce
Steps to reproduce the behavior:
npm install @nebular/theme @angular/cdk @angular/animations eva-icons @nebular/eva-icons @nebular/auth @nebular/security
Result:
Expected behavior
Nothing should happen unless
-g
is usedDesktop (please complete the following information):
Additional context
Machine information
Git version
Compile time information
The text was updated successfully, but these errors were encountered: