syncpack
syncpack copied to clipboard
fix(engines): syncpack 12.x supports node >=18 not >=16
trafficstars
Description
Hello. I found a problem, syncpack v12 doesn't work with node v16, because packages globby v14+ and ora v8+ require node v18+
Suggested Solution
update engines field in package.json for correct node version (>18) or downgrade major version of this packages in deps
Thanks a lot @350str, I'll bump engines in the next release. By the way, if you are on Node 16 there are older versions of syncpack which work with that.
sure, v11 works great for me, thanks!