简体   繁体   English

如何更新 NPM 弃用 fsevents?

[英]How to update NPM depricated fsevents?

When I tried to install nodemon using cmd in git Bash: npm install -g nodemon, above warning I received.当我尝试在 git Bash 中使用 cmd 安装 nodemon 时:ZBB30E85411B56DF841296726AB45 上的警告安装So, What is the solution for this??那么,有什么解决方案呢?

$ npm install -g nodemon npm WARN deprecated fsevents@2.1.3: Please update to v 2.2.x $ npm install -g nodemon npm WARN deprecated fsevents@2.1.3: Please update to v 2.2.x

npm install --quiet --no-progress 

Will keep warnings and errors, and suppress th progress bar on terminals that support it.将保留警告和错误,并在支持它的终端上抑制进度条。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM