【发布时间】:2018-03-20 01:33:50
【问题描述】:
我已经全局安装了 dts-gen
npm i -g dts-gen
我全局安装了目标模块
npm i -g jhipster-core
当我跑步时
dts-gen -m jhipster-core -o
我得到以下输出:
Couldn't load module "jhipster-core". Please install it globally (npm install -g jhipster-core) and try again.
我正在使用 Windows 10 PC 并在 windows 命令提示符下执行命令。
【问题讨论】:
标签: node.js typescript typescript-definitions