`/// <reference` path =“”to =“”node_modules =“”is =“”not =“”found?=“”

时间:2017-12-11 16:31:02

标签: node.js angular typescript webstorm node-modules

=“”

我的角度项目(通过WebStorm)面临一个奇怪的问题。

我安装了名为tns-core-modules的软件包。并在该文件夹中(node_modules/tns-core-modules下)there is a d.ts file

reference.d.ts

/// <reference path="./node_modules/tns-platform-declarations/ios.d.ts" />
/// <reference path="./node_modules/tns-platform-declarations/android.d.ts" />

引用的文件存在:

enter image description here

问题

如果是这样 - 为什么我看到webstorm找不到那些引用?

enter image description here

ts.config file

节点版本:v8.9.1
npm ver:5.5.1

修改

Looking at the error itself Webstorm's error

  

TS6053:文件   'C:/NS/pre-dev/NS-developmentGroceriesV2/node_modules/tns-core-modules/node_modules/tns-platform-declarations/android.d.t.s'   找不到

这是该文件的错误的路径。正确的道路是:

  

C:/NS/pre-dev/NS-DevelopmentGroceriesV2/node_modules/tns-platform-declarations/android.d.ts

换句话说:黄色部分是错误的:

enter image description here

如何让它看到正确的路径位置?

0 个答案:

没有答案