摘要:
全局安装 n pnpm add -g n 安装长期支持版本 node n lts 安装最新版本 node n latest 删除某个版本 n rm x.x.x 以指定的版本来执行脚本 n use x.x.x tree.js 使用 n 切换版本 n 回车 node/10.0.0 node/13.14. 阅读全文
摘要:
# List of supported rules ✔: Enabled in the [`recommended`](#recommended) configuration.\ 🔧: Fixable with [`eslint --fix`](https://eslint.org/docs/us 阅读全文
摘要:
mac对应的账户不是root,没有权限,怎么添加权限呢? 在命令行里输入: sudo visudo 回车,输入密码,这时会进入sudo文件的vi编辑模式 # root and users in group wheel can run anything on any machine as any us 阅读全文