You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For new users transitioning to crypto-browserify (for example due to recent create-react-scripts 5 breakage), it would be really helpful if the user guide had a small example of how to:
Install crypto-browserify and configure package.json
How to import and use the package
For example, treating this like a normal npm package, I expected that this could work:
"dependencies": {
"crypto-browserify": "^3.12.0",
importhashfrom"crypto-browserify";
But it does not. Likely this needs to be patched over the "crypto" namespace, but having explicit instructions for this would be helpful.
The text was updated successfully, but these errors were encountered:
For new users transitioning to
crypto-browserify
(for example due to recentcreate-react-scripts 5
breakage), it would be really helpful if the user guide had a small example of how to:crypto-browserify
and configurepackage.json
For example, treating this like a normal
npm
package, I expected that this could work:But it does not. Likely this needs to be patched over the
"crypto"
namespace, but having explicit instructions for this would be helpful.The text was updated successfully, but these errors were encountered: