摘要: 静态服务器 代码 const http = require('http') const chalk = require('chalk') const conf = require('./config/default') const path = require('path') const fs = 阅读全文
posted @ 2019-03-30 22:43 苏荷酒吧 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 安装 https://nodejs.org/en/download/ 安装nvm nodejs多版本切换 window,github中搜索nvm-windows下载 nvm list 查看当前所有的node版本 nvm install v10.13.0 安装指定版本 nvm use --delete 阅读全文
posted @ 2019-03-30 00:19 苏荷酒吧 阅读(195) 评论(0) 推荐(0) 编辑