-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
404 logic change #19
Labels
Type: Bug
Bug or Bug fixes
Comments
Here is my output for node 16 and 1.3.4:
|
azu
added
Type: Bug
Bug or Bug fixes
Status: Need More Info
Lacks enough info to make progress
and removed
Type: Bug
Bug or Bug fixes
Status: Need More Info
Lacks enough info to make progress
labels
Jun 23, 2021
https://github.com/azu/can-npm-publish/pull/18/files#r649639587 |
npm 7 has a bug… npm 7
npm 6
|
Merged
I've fixed this error in #20 📝 npm 7(Node 16) has a bug in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems like 7967d92 changed the way 404s are treated.
For node 12 and 1.3.4 the exist code is 1 and
npm ERR! code E404
is printed to the terminalFor node 14 and 1.3.4 the exist code is 1 and
npm ERR! code E404
is printed to the terminalFor node 16 and 1.3.4 the exist code is 1 and
npm ERR! code E404
is printed to the terminalFor node 12 and 1.3.3 things are all good
For node 14 and 1.3.3 things are all good
For node 16 and 1.3.3
can-npm-publish/lib/can-npm-publish.js:68:37
throws anUnexpected end of JSON input
/undefined
errorThe text was updated successfully, but these errors were encountered: