JamieMason / syncpack

Consistent dependency versions in large JavaScript Monorepos.
https://jamiemason.github.io/syncpack/
MIT License
1.34k stars 44 forks source link

fix(engines): syncpack 12.x supports node >=18 not >=16 #215

Open 350str opened 2 months ago

350str commented 2 months ago

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

JamieMason commented 2 months ago

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.

350str commented 2 months ago

sure, v11 works great for me, thanks!