suggestion: check NPM version #35
electronstudio
started this conversation in
Ideas
Replies: 1 comment
-
Thanks for the suggestion. You're right. That error message doesn't look very helpful. I'm not sure what the actual minimum npm version is, so I'll pick the version I'm using, I guess, and add a check to make sure that it is running at least that version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Debian's NPM is out of date and I had to upgrade it as suggested in the docs before package upload would work. The error wasn't obvious ("missing package.json") so maybe you could do a check of the NPM version and tell the user to upgrade if necessary.
Beta Was this translation helpful? Give feedback.
All reactions