We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"main": "lib/index.js",
There is not 'lib' in current src path. pls fix it, thks.
The text was updated successfully, but these errors were encountered:
@kevinywb I ran into the same problem. I created a PR to fix it.
#5
Sorry, something went wrong.
As a temporary fix you can use patch-package:
add patch-package dependencies to your project : yarn add patch-package postinstall-postinstall -D
yarn add patch-package postinstall-postinstall -D
add postinstall script to your package.json
"scripts": { ... "postinstall": "patch-package" },
{ ... "main": "src/index.js", ... }
npx patch-package ra-data-springboot-rest --exclude
And you should be good to go.
No branches or pull requests
"main": "lib/index.js",
There is not 'lib' in current src path.
pls fix it, thks.
The text was updated successfully, but these errors were encountered: