安装mocha的TypeScript定义失败

时间:2016-06-12 09:49:19

标签: node.js typescript mocha typescript-typings

我没有收到此错误消息以及如何解决此问题。 我试图安装mocha的打字定义,但我得到的是以下错误消息:

$ typings install env~mocha
Attempted to compile "mocha" as an external module, but it looks like a global module.

我该如何解决这个问题?

1 个答案:

答案 0 :(得分:3)

将其安装为全局模块(以前称为ambient module)。

$ typings install env~mocha --global