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
| // check version | |
| node -v || node --version | |
| // list installed versions of node (via nvm) | |
| nvm ls | |
| // install specific version of node | |
| nvm install 6.9.2 | |
| // set default version of node |
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
| <feed | |
| xmlns:yt="http://www.youtube.com/xml/schemas/2015" | |
| xmlns:media="http://search.yahoo.com/mrss/" | |
| xmlns="http://www.w3.org/2005/Atom"> | |
| <link rel="self" href="http://www.youtube.com/feeds/videos.xml?channel_id=UC8-Th83bH_thdKZDJCrn88g"/> | |
| <id>yt:channel:8-Th83bH_thdKZDJCrn88g</id> | |
| <yt:channelId>8-Th83bH_thdKZDJCrn88g</yt:channelId> | |
| <title>The Tonight Show Starring Jimmy Fallon</title> | |
| <link rel="alternate" href="https://www.youtube.com/channel/UC8-Th83bH_thdKZDJCrn88g"/> | |
| <author> |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <feed xmlns:yt="http://www.youtube.com/xml/schemas/2015" xmlns:media="http://search.yahoo.com/mrss/" xmlns="http://www.w3.org/2005/Atom"> | |
| <link rel="self" href="http://www.youtube.com/feeds/videos.xml?channel_id=UC8-Th83bH_thdKZDJCrn88g"/> | |
| <id>yt:channel:8-Th83bH_thdKZDJCrn88g</id> | |
| <yt:channelId>8-Th83bH_thdKZDJCrn88g</yt:channelId> | |
| <title>The Tonight Show Starring Jimmy Fallon</title> | |
| <link rel="alternate" href="https://www.youtube.com/channel/UC8-Th83bH_thdKZDJCrn88g"/> | |
| <author> | |
| <name>The Tonight Show Starring Jimmy Fallon</name> | |
| <uri>https://www.youtube.com/channel/UC8-Th83bH_thdKZDJCrn88g</uri> |