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
Hi, i'm using the Audius (client side) sdk for my portfolio. Unfortunately, since the last release, i got this error : Uncaught ReferenceError: process is not defined. In browser, there no process variable attach to window. I suppose this error is coming from the bundler. Hope, it will help.
Thanks for your work guys !!!
The text was updated successfully, but these errors were encountered:
Hey @yttiiz! sorry for the delay getting back to you here, holidays and all that.
If your bundler doesn't automatically polyfill node libraries (like when using create-react-app v5) you will need to use the web3 script tag instead of the web3 npm package.
Actually, i'm already using the web3 script tag in my index.html. I use only Vanillla JS (and no bundler) for my portfolio. I just follow those steps : Audius sdk with HTML + JS
Then the error appears in a node_modules file util.js in the util folder.
I found this on the internet : process variable in webpack config
And that's why I was talking about the bundler, not mine but the Audius sdk one.
Hi, i'm using the Audius (client side) sdk for my portfolio. Unfortunately, since the last release, i got this error :
Uncaught ReferenceError: process is not defined
. In browser, there noprocess
variable attach to window. I suppose this error is coming from the bundler. Hope, it will help.Thanks for your work guys !!!
The text was updated successfully, but these errors were encountered: