My problem, i can't install my packages or upgrade npm via "npm install -g npm@latest" - because of this problem.
- ERROR: npm is known not to run on Node.js v10.19.0 You'll need to upgrade to a newer Node.js version in order to use this version of npm. You can find the latest version at https://nodejs.org/
I've installed newest version of node. currently node -v shows v16.15.1 but npm still thinking i'm using an old one. How to update my npm's node version?. P.S. My current OS is Ubuntu 20.08