使用`npm install font-awesome`时出错

时间:2017-11-25 17:04:53

标签: javascript node.js npm font-awesome fontawesome-4.4.0

我尝试使用

安装Font Awesome
npm install --save font-awesome

但是npm会抛出错误

npm ERR! path C:\Users\a\Desktop\Code\faTest\node_modules\font-awesome
npm ERR! code ENOENT
npm ERR! errno -4058
npm ERR! syscall rename
npm ERR! enoent ENOENT: no such file or directory, rename 'C:\Users\a\Desktop\Code\faTest\node_modules\font-awesome' -> 'C:\Users\a\Desktop\Code\faTest\node_modules\.font-awesome.DELETE'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\a\AppData\Roaming\npm-cache\_logs\2017-11-25T16_52_23_476Z-debug.log

尝试运行以下

npm cache clean --force
npm install -g npm
npm install
npm install --save font-awesome

但我仍然遇到同样的错误。

运行Windows 10,npm 5.5.1,节点7.9.0

有人遇到同样的问题吗?

1 个答案:

答案 0 :(得分:0)

切换到Yarn package manager(这样做在我的大项目上花了不到一个小时)。由Facebook和谷歌建造fix the issues每个人都有很长一段时间的npm。