npm does not support Node.js v14.8.0 #28
Answered
by
rdudhagra
Shawn1174q
asked this question in
Troubleshooting
-
Beta Was this translation helpful? Give feedback.
Answered by
rdudhagra
Jan 26, 2022
Replies: 1 comment 1 reply
-
Hey Shawn, apologies for the late reply...here are a few things to try:
Let me know if this solves the problem! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rdudhagra
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey Shawn, apologies for the late reply...here are a few things to try:
Node 14.8.0
: What version ofnpm
do you have installed? That might be the source of the problem. According to this website you should havenpm 6.14.7
(I'd verify with my table but unfortunately I'm away from home for the foreseeable future).Node 16.3.0
: Did you runnpm install
? If I remember correctly this is going to cause an error because the node version messes with some of the required packages, but if it works for you then problem solved!Let me know if this solves the problem!