Hi guys..
I'm trying to install ungit with yarn (on Windows) with node version 8.4.0 and I got the following error:
error forever-monitor@1.1.0: The engine "node" is incompatible with this module. Expected version "0.8.x"
error Found incompatible module
With investigation, I found in the package.json of your module that you are using the version 1.1.0 of forever-monitor module (as the error described before). And within its (forever-monitor) package.json, it use only the version 0.8.x of node, and not higher..
From the version 1.2.1 of forever-monitor module, It uses a version of node higher than 0.8.x.
Is there a reason that you use the version 1.1.0 of this module dependencie ?
Thank you for your help
Hi guys..
I'm trying to install ungit with yarn (on Windows) with node version 8.4.0 and I got the following error:
error forever-monitor@1.1.0: The engine "node" is incompatible with this module. Expected version "0.8.x"error Found incompatible moduleWith investigation, I found in the package.json of your module that you are using the version 1.1.0 of forever-monitor module (as the error described before). And within its (forever-monitor) package.json, it use only the version 0.8.x of node, and not higher..
From the version 1.2.1 of forever-monitor module, It uses a version of node higher than 0.8.x.
Is there a reason that you use the version 1.1.0 of this module dependencie ?
Thank you for your help