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
| If this is happening in nodejs, it is due to the older version of nodejs. Update node by using, | |
| 1) Clear NPM's cache: | |
| sudo npm cache clean -f | |
| 2) Install a little helper called 'n' | |
| sudo npm install -g n | |
| 3) Install latest stable NodeJS version |
OlderNewer