得到错误@ types / tapable / index"'不是构造函数类型

时间:2018-05-25 07:26:28

标签: angular npm

我的制作网站运作完美。但在放入" npm install"服务器上的命令然后尝试使用" npm run build:prod"命令。面临错误。

ERROR in [at-loader] node_modules/@types/tapable/index.d.ts:290:30 
    TS2314: Generic type 'HookMapInterceptor<T1, any, T2, T3>' requires 4 type argument(s).

ERROR in [at-loader] node_modules/@types/tapable/index.d.ts:293:38 
    TS2368: Type parameter name cannot be 'any'

ERROR in [at-loader] node_modules/@types/tapable/index.d.ts:293:48 
    TS2300: Duplicate identifier 'any'.

我尝试了这个命令&#34; npm install @ types / tapable @ 1.0.2&#34;。但没有解决问题。请帮帮我。

1 个答案:

答案 0 :(得分:2)

这可能与此问题有关:

https://github.com/webpack/tapable/issues/53

尝试npm install @types/tapable@0.2.5