diff --git a/client-code-gen/README.md b/client-code-gen/README.md index c92449a0f..b9518ce7e 100644 --- a/client-code-gen/README.md +++ b/client-code-gen/README.md @@ -49,6 +49,8 @@ With CLI: >> npm run gen-api The generated client is located at "./gen" directory specified by the "-o" option at the script. + +- Make sure (and adjust) "axios" package version to be consistent with "frontend" axios version. ``` Note: