强制grunt-typescript使用node_modules / .bin / tsc

时间:2015-05-25 06:50:35

标签: node.js gruntjs typescript

如何强制 grunt-typescript node_modules / .bin 文件夹中使用本地的typescript实例?我的打字稿的全局实例是1.4,我想尝试1.5Beta而不影响我的任何其他项目。

1 个答案:

答案 0 :(得分:0)

查看grunt-typescript的源代码,我认为,typescript编译器是从node_modules加载的,如果在node_modules文件夹中找不到,则从全局环境加载。

源代码中的相关要点:

节点需要文档加载优先级:

https://nodejs.org/api/modules.html#modules_loading_from_node_modules_folders