使用 Node
官方文档 📝
一、安装 Node
最新的稳定版本 16:
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E sh - && sudo apt-get install -y nodejs
最新的稳定版本 18:
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E sh - && sudo apt-get install -y nodejs
二、安装常用包
安装最新的 npm:
npm install -g npm@latest
安装最新的 yarn:
npm install -g yarn@latest
安装最新的 nodemon:
npm install -g nodemon@latest
安装最新的 hexo:
npm install -g hexo-cli@latest