start-stop-daemon
start-stop-daemon copied to clipboard
Update package.json engine
Current engine is fixed at 0.8.x, this causes package install to break when using yarn
because it's incompatible with higher Node versions.
error [email protected]: The engine "node" is incompatible with this module. Expected version "0.8.x".
error Found incompatible module
Hi Adam, Sorry it's been years and I don't maintain this library anymore. In-house, we're using forever. Cheers,
Jie
On Sun, Jan 8, 2017 at 10:25 AM -0800, "Adam Reis" [email protected] wrote:
Current engine is fixed at 0.8.x, this causes package install to break when using yarn because it's incompatible with higher Node versions. error [email protected]: The engine "node" is incompatible with this module. Expected version "0.8.x". error Found incompatible module
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
No worries, I've removed the package from the project as it didn't seem to be used anymore anyway.