Hitchhiker编译
介绍 hitchhiker是一个开源软件,基于nodejs,以typescript语言编写的可视化的web接口文档、测试、压测的工具。支持导入、使用第三方js模块。 源码: https://github.com/brookshi/Hitchhiker 需要切换到 release 分支 编译环境 nodejs 版本要求7.60+,并更新npm到最新 npm install npm -g 。本人采用的8.9.4版本。 全局安装 可以参考 https://github.com/brookshi/Hitchhiker/blob/release/cn/installation/win.md 中的脚本链接 https://raw.githubusercontent.com/brookshi/Hitchhiker/release/deploy/win_deploy.bat 。使用 cnpm 吧,快很多。 cnpm install -g yarn gulp-cli gulp typescript@2.3.3 依赖安装 随着typescript版本的提高,一些默认导入的包的版本过高,导致正常编译报错,需要降低某些包的版本。 首先把版本中 ^ 全部去掉,只使用特定版本。 在package.json中的devDependencies里增加以下配置: "@types/connect": "3.4.32",