使用nvm安装不同版本的NodeJS

摘要: 下载及安装 下载地址:https://github.com/coreybutler/nvm-windows/releases 配置nodejs的镜像地址 nvm node_mirror https://npmmirror.com/mirrors/node/ nvm npm_mirror https: 阅读全文
posted @ 2023-01-09 23:09 白首码农 阅读(177) 评论(0) 推荐(0)

GitBook的使用备忘

摘要: GitBook环境搭建 npm install -g gitbook-cli # 新建目录,如helloworld cd helloworld # 执行此语句,需等待一段时间 gitbook init # 启动服务 gitbook serve 遇到问题 TypeError: cb.apply is 阅读全文
posted @ 2023-01-09 23:07 白首码农 阅读(51) 评论(0) 推荐(0)