简体   繁体   中英

jhipster: npm complains about node.js version

I'm using node.js 4.2.2 on windows. After creating my project structure I got this warn:

npm WARN engine karma@0.12.35: wanted: {"node":">=0.8 <=0.12 || >=1 <=2"} (current: {"node":"4.2.2","npm":"2.14.7"}) npm WARN optional dep failed, continuing fsevents@1.0.5 npm WARN optional dep failed, continuing fsevents@1.0.5

is it possible to make this work with 4.2.2 version?

It's just a warning, you can ignore it.

JHipster needs to update Karma but it's not as easy as expected.

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