outmoded / sntp

SNTP client (RFC4330) for node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Engine conflict issue

ilanbiala opened this issue · comments

npm WARN engine sntp@0.1.4: wanted: {"node":"0.8.x"} (current: {"node":"0.10.32","npm":"1.4.28"})

I require ~0.10.30 in my package.json, and many other people who develop private things probably don't care to work with a 0.8 instance. You can still support it by all means, but I wish it wouldn't output all the warnings in the console.

Why are you using version 0.1.4?!

I'm not using it, another package is. Request 2.42.0 by @mikeal optionally depends on Hawk 1.1.1, which depends on sntp 0.2.0. I can't find the package that depends on sntp 0.1.4, but some people's deps are out of my control. It seems you fixed it from 0.8.x to >=0.8.0, but since some package is using the older version, I'm getting this error. :(

I can't find the other packages that depend on such old versions, but I'm sure there are...I tried npm outdated and searched that output, but I didn't get any matches for sntp, hawk, hoek, or boom. Any thoughts on how I can find any other packages in my node_modules?

Just open an issue on request to update the dependency.

commented

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.