Node/fnm: Difference between revisions
< Node
Jump to navigation
Jump to search
(Created page with "<syntaxhighlight lang="bash"> sudo apt install unzip curl -fsSL https://fnm.vercel.app/install | bash </syntaxhighlight>") |
No edit summary |
||
| Line 2: | Line 2: | ||
sudo apt install unzip | sudo apt install unzip | ||
curl -fsSL https://fnm.vercel.app/install | bash | curl -fsSL https://fnm.vercel.app/install | bash | ||
fnm ls | |||
fnm ls-remote | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 04:17, 9 September 2026
sudo apt install unzip
curl -fsSL https://fnm.vercel.app/install | bash
fnm ls
fnm ls-remote