Compatibility issue when build service in AWS #7497
-
Hi, everyone, I am trying to build my project on AWS and a warning shows up: [WARNING]: error [email protected]: The engine "node" is incompatible with this module. Expected version ">=12.22.0". Got "12.21.0" I can't upgrade the node version on AWS so I have to downgrade the version of react-hook-form. Can somebody recommend a compatible version of react-hook-form for me please? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
bluebill1049
Jan 11, 2022
Replies: 1 comment 1 reply
-
I think you can roll a few minor versions back when we do not have the expected version. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
6vvvvvv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you can roll a few minor versions back when we do not have the expected version.