-
Notifications
You must be signed in to change notification settings - Fork 15
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
3.0.3 not working with browserify #6
Comments
Update: I switched my example to use |
A couple of days ago I had the same problem, with Looking a little deeper, and comparing the contents of the v3.0.3 package from npm, and cloning this project's repo locally. It looks very much as if the |
Also running into this. |
Me too. I think it originates with this commit, to sodium-javascript: sodium-friends/sodium-javascript@656d6d2 and this one in sodium-universal: |
Forgive me, where is the |
The Line 19 in 42fc472
It should be noted that the
With the version of npm that comes with Node 14.15.1, npm 6.14.9, it looks as |
Thanks to @paul90, I solved it like this. Note I am not experienced at building node projects so perhaps this will break something somewhere else. But it worked for me:
|
The release of [email protected] should have resolved this issue. |
Hello, I am running into this issue while trying to bundle hypercore for a web app. I have put together a minimal example project that fails to bundle with browserify. I have been trying to fix this myself but am not well experienced with browserify. Any help would be greatly appreciated, thank you.
https://github.com/rhodey/sodium-debug
The text was updated successfully, but these errors were encountered: