-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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] process.env.npm_config_user_agent missing in v7 #1834
Comments
So there's a few things happening here:
|
Thanks for the detailed explanation. I don't work on |
we published v7.0.0-rc.4 today that resolves this |
Thanks @nlf, however I'm still getting the same result with |
@nlf still having an issue with installing husky on v7.0.3. Should I open a new issue? Thanks. |
Same here with v7.4.2. |
if the issue is that the |
I have the problem that |
@nlf @alexander-mai getting the same bug in 7.7.4 |
Can one of you please open a new issue for this? We'll take a look ASAP |
I opened a new Issue: #2960. |
Current Behavior:
npm i --save-dev husky
doesn't run the install and postinstall scripts after installing the package so the git hooks are never setup. No error is thrown. I haven't checked to see if this is unique to thehusky
package or not.Expected Behavior:
For the install and postinstall scripts to run after the package is installed and the git hooks to be set up.
Steps To Reproduce:
npm i --save-dev husky
Then check to see if the git hooks have been added to
.git/hooks/pre-commit
(compare this to installing using npm v6)Environment:
The text was updated successfully, but these errors were encountered: