简体   繁体   中英

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.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 --quiet --no-progress 

Will keep warnings and errors, and suppress th progress bar on terminals that support it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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