You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
How to solve this without upgrading my node version
The text was updated successfully, but these errors were encountered: