Issue
I've tried various ways to clear this version of Node.js. But in the end, this version is not deleted!
I tried several methods like this
Solution
You have to try the following steps
npm cache clean -f
npm install -g n
sudo n [version]
the version
that you want
Answered By - Jay Parmar Answer Checked By - Pedro (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.