'You'll need to upgrade to a newer Node.js version in order to use this version of npm. But Node version is greater than v10
Solution 1:[1]
Try running nvm install node and nvm use node then try. I was having this issue because I had my default node version set as 10.13.0 on accident. You can check which node version you are using with nvm list.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | TackRegnar |

