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

Support for Node version 18.12.0 #2

Open
acatzk opened this issue Aug 30, 2024 · 2 comments
Open

Support for Node version 18.12.0 #2

acatzk opened this issue Aug 30, 2024 · 2 comments

Comments

@acatzk
Copy link

acatzk commented Aug 30, 2024

Screenshot_1

How to solve this without upgrading my node version

@anshulpoonia
Copy link

To bypass the Node version requirement without upgrading, you can use yarn add imagekitio-next --ignore-engines to skip the engine check. Alternatively, add ignore-engines true to a .yarnrc file in your project’s root to always ignore engine checks. If you have nvm, you can also install and use the required Node version (18.17.0) only within this project.

@acatzk
Copy link
Author

acatzk commented Nov 11, 2024

To bypass the Node version requirement without upgrading, you can use yarn add imagekitio-next --ignore-engines to skip the engine check. Alternatively, add ignore-engines true to a .yarnrc file in your project’s root to always ignore engine checks. If you have nvm, you can also install and use the required Node version (18.17.0) only within this project.

That is the nasty way to do it!

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

No branches or pull requests

2 participants