用npm安装插件时报错: fsevents@^1.0.0 (node_moduleschokidar ode_modulesfsevents)
Posted pongx
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用npm安装插件时报错: fsevents@^1.0.0 (node_moduleschokidar ode_modulesfsevents)相关的知识,希望对你有一定的参考价值。
在做前端项目的时候执行命令:
npm install --save-dev file-loader@1.1.6 --registry=https://registry.npm.taobao.org
出现错误提示:
fsevents不在package.json里,但是仍然安装了,是因为你的系统是Windows系统,fsevents是苹果系统的可选依赖,你的项目有可能是团队项目,别人在他的mac上安装了fsevents相关依赖库,所以到这边你也就安装到你的windows上边了。
你可以检查你的package.json 文件中是不是有fsevents相关依赖,删除即好!
如果没有,删除node_modules文件夹,重新安装各项依赖就好了
fsevent是mac系统的,在win或者Linux下使用了,所以会有警告,忽略即可。
fsevent的作用是能够检测文件目录的修改,可以记录恶意软件的非法操作,获取恶意软件的完整路径,删除和修改日期。
以上是关于用npm安装插件时报错: fsevents@^1.0.0 (node_moduleschokidar ode_modulesfsevents)的主要内容,如果未能解决你的问题,请参考以下文章
vue项目引入第三方js插件,单个js文件引入成功,使用该插件方法时报错
ng add ng-zorro-antd 安装时报错 已经是管理员还需要权限Error: EPERM: operation not permitted, lstat 'C: gWorksp(
npm install 时报错npm ERR! Windows_NT 6.1.7601
解决npm install时报错无法安装chromedriver的问题
ubuntu安装npm(npm install)时报错:run `npm audit fix` to fix them, or `npm audit` for details