-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Casbin.js 0.1.0 with react-scripts 4.0.2 conflict #28
Comments
Hi. |
@Zxilly can you help fix this? |
@Zxilly plz make a new release. |
@hsluoyz I can add v0.1.2 and v0.1.1, but i didn't know which commit the previous releases should pinned to. |
@hsluoyz I added all i can find, but I really didn't which commit ref to |
@Zxilly I have added them: https://github.com/casbin/casbin.js/releases |
Hi, when I add Casbin.js to my react project I get the error below. To use Casbin.js I need to downgrade Casbin.js to a version that is not tied to babel-loader 8.2.2, but this cannot be the long term solution. Can you advise how to proceed?
The react-scripts package provided by Create React App requires a dependency:
"babel-loader": "8.1.0"
Don't try to install it manually: your package manager does it automatically.
However, a different version of babel-loader was detected higher up in the tree:
/Users/kavindapelpola/src/atos-ams/packages/ams/ui/node_modules/babel-loader (version: 8.2.2)
The text was updated successfully, but these errors were encountered: