syncpack icon indicating copy to clipboard operation
syncpack copied to clipboard

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

Open 350str opened this issue 1 year ago • 2 comments
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

350str avatar May 14 '24 07:05 350str

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.

JamieMason avatar May 14 '24 09:05 JamieMason

sure, v11 works great for me, thanks!

350str avatar May 14 '24 10:05 350str