-
-
Notifications
You must be signed in to change notification settings - Fork 394
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
Package exports do not define a valid '.' target #85
Comments
Not sure if it's related but on React Native I'm also getting an error like:
|
@canpoyrazoglu This appears to be a problem with React but I can add a silly patch to fix it. Can you try b6a3792? @ratawar I literally have no idea what issue you're hitting as I can import it fine. What version of node are you using? It appears that v13 may have had some issues with the new export syntax. |
@Caligatio yup, I confirm that b6a3792 solves the warning. Thanks for the quick response! |
@canpoyrazoglu I'll cut v3.1.2 tomorrow morning |
I'm not sure if these problems were actually related but @ratawar, did v3.1.2 fix your issue as well? |
I'm closing this due to inactivity and because it might be fixed already. If this is still an issue, please feel free to reopen. |
I'm having issues with importing jssha
index.js has:
const jssha = require('jssha');
Extra info:
The text was updated successfully, but these errors were encountered: