Published
- 1 min read
upgrade version of node in windows
The solution for this is noted below
upgrade version of node in windows
Solution
npm install -g node@<version>
example: npm install -g node@v16.6
Try other methods by searching on the site. That is if this doesn’t work