npm ERR! Windows 10上的代码EPERM和errno -4048

时间:2019-02-13 13:43:28

标签: javascript redux npm-install redux-form yarnpkg

我正在使用WebStorm编写代码。今天,我尝试安装redux-form,从那时起,它的代码已损坏。另外,如果yarn install运行正常,我会在本地主机的浏览器中收到此错误

C:/Users/WebstormProjects/.....reducer.ts
(7,40): Could not find a declaration file for module 'redux-form'. 'C:/Users/WebstormProjects.....index.js' implicitly has an 'any' type.
  Try `npm install @types/redux-form` if it exists or add a new declaration (.d.ts) file containing `declare module 'redux-form';`

代码没有语义错误,我也按照错误提示npm install @types/redux-form进行了安装,但情况相同。有人可以帮我吗?

1 个答案:

答案 0 :(得分:0)

(代表问题作者发布)。

我解决了删除带有节点模块的目录并执行npm install,安装redux-form和稍后安装该组件类型的问题。