Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
350str opened this issue May 14, 2024 · 2 comments
Open

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

350str opened this issue May 14, 2024 · 2 comments

Comments

@350str
Copy link

350str commented May 14, 2024

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
Copy link
Owner

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 JamieMason changed the title node v16 support fix(engines): syncpack 12.x supports node >=18 not >=16 May 14, 2024
@350str
Copy link
Author

350str commented May 14, 2024

sure, v11 works great for me, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants