This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (force) clear you npm cache | |
| `sudo npm cache clean -f ` | |
| install n (this might take a while) | |
| `sudo npm install -g n ` | |
| upgrade to the current stable version | |
| `sudo n stable ` |
OlderNewer