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
Error :
To reproduce : Update Node to version 16
The particular entry of package.json exports field
exports
"./": "./"
needs to be replaced with
"./": "./*"
The text was updated successfully, but these errors were encountered:
I think you mean
"./*": "./*.js"
Sorry, something went wrong.
Bump dependencies and fix deprecated Chai export
7d174ee
This new sed(1) script can be axed once chaijs/chai#1387 has been fixed.
Successfully merging a pull request may close this issue.
Error :
![Screenshot 2021-04-22 at 9 09 40 PM](https://user-images.githubusercontent.com/16453816/115743231-19a85a80-a3af-11eb-83c1-6962c9fd30be.png)
To reproduce :
Update Node to version 16
The particular entry of package.json
exports
fieldneeds to be replaced with
The text was updated successfully, but these errors were encountered: