标签: node.js typescript mocha typescript-typings
我没有收到此错误消息以及如何解决此问题。 我试图安装mocha的打字定义,但我得到的是以下错误消息:
mocha
$ typings install env~mocha Attempted to compile "mocha" as an external module, but it looks like a global module.
我该如何解决这个问题?
答案 0 :(得分:3)
将其安装为全局模块(以前称为ambient module)。
$ typings install env~mocha --global