Closed shiftj18 closed 10 months ago
Shouldn't the node version be compatible with the x
of the semver rule?
This causes packages or apps using the '^9.0.1' version to abort unexpectedly, when installed using the yarn
(v1) package manager in an earlier version of the node environment. Eventually, the installation failed, and the directory 'node_modules' is not exists.
"error gulp-postcss@9.1.0: The engine "node" is incompatible with this module. Expected version ">=18". Got "16.15.0" error Found incompatible module.'
Hey @shiftj18. No particular reason. An oversight on my side.
Hey @shiftj18. No particular reason. An oversight on my side.
Can you fix it?
Rollback latest
to 9.0.1, and deprecated 9.1.0.
Then, use the major version to carry the 16 to 18 changes to 'engines.node', like 10.0.0.
@shiftj18 I will try do as you’ve suggested. Seems reasonable to me
@shiftj18 done! Thanks for reporting