-
Notifications
You must be signed in to change notification settings - Fork 65
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
sdk-dapp versions >= 2.25.2 is not supported in CRA projects due to axios >= 1.x used by various @multiversx sdks #999
Labels
Comments
CiprianDraghici
added
help wanted
Extra attention is needed
wontfix
This will not be worked on
and removed
help wanted
Extra attention is needed
labels
Dec 20, 2023
CiprianDraghici
changed the title
sdk-dapp versions >= 2.25.2 is not supported in CRA projects due to axios >= 1.2.2 used by various @multiversx sdks
sdk-dapp versions >= 2.25.2 is not supported in CRA projects due to axios >= 1.x used by various @multiversx sdks
Dec 20, 2023
One more way of solving this is:
|
One more thought on this. One should install @craco/craco instead of simply craco (that's the official package) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a workaround please check this thread: facebook/create-react-app#12700 (comment)
ex.
craco
add dev dependencyyarn add -D @craco/craco
craco.config.js
file on the project rootbuild
and (or)start
scripts inpackage.json
by replacingreact-scripts
withcraco
.Check the docs for further details: https://github.com/dilanx/craco
The text was updated successfully, but these errors were encountered: