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
{ | |
"typescript.tsdk": "/usr/local/lib/node_modules/typescript/lib", | |
//"editor.fontFamily": "Roboto Mono", | |
"editor.fontSize": 16, | |
"editor.quickSuggestions": true, | |
"editor.parameterHints": true, | |
"editor.wordBasedSuggestions": true, | |
"editor.selectionHighlight": false, | |
"editor.suggestOnTriggerCharacters": true, |
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
1. # LIST node versions remote | |
``` | |
$ nvm ls-remote | |
``` | |
2a. # OPTION1 - INSTALL new version of node via NVM | |
``` | |
$ nvm install v1.1.1 | |
``` |
OlderNewer