We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm install works with v8.5.2 with compat mode, but it doesn't with v8.5.3
npm install
v8.5.2
v8.5.3
diff between npm 8.5.2 and 8.5.3 npm/cli@v8.5.2...v8.5.3
The text was updated successfully, but these errors were encountered:
npm install started hanging with compat mode with this commit npm/cli@3c17b69
In this commit the following modules are updated:
10.0.3
10.0.4
4.2.0
4.2.1
7.3.1
7.4.0
1.4.1
2.0.1
Sorry, something went wrong.
This commit breaks minipass-fetch for node compat mode
The reason was that minipass-fetch started calling http(s).request without href option since this commit, which we haven't supported yet.
minipass-fetch
http(s).request
href
I wonder why this didn't break windows CI.. oh, it's entirely ignored
kt3k
Successfully merging a pull request may close this issue.
npm install
works withv8.5.2
with compat mode, but it doesn't withv8.5.3
diff between npm 8.5.2 and 8.5.3 npm/cli@v8.5.2...v8.5.3
The text was updated successfully, but these errors were encountered: