Alex

Results 33 comments of Alex

@limitedAtonement Hey we have a PR that will fix this issue #5274 , it'll be merged in a few weeks for next version so in the meantime to fix it:...

Hi there! dont remove web3 from your dependencies. and if you added the browser line in your `node_modules/web3/package.json` it should work. if you run into anymore issues please join the...

@spacesailor24 i wasnt sure if web was complete or not, but its related to the html file that was created. `blackbox_test/index.html`

Updated github ci actions to 14,16. didnt include 18 due to issues building with legacy modules. will be closing this out as both tasks are completed

Hello, after some searching I saw some people have a similar [problem](https://gist.github.com/dougbacelar/29e60920d8fa1982535247563eb63766#gistcomment-2724357). Please let me know if this fixes the issue. Did this problem occur with a new project that...

@jdevcs the file `web3.min.js` contains the polyfills needed for bundlers like webpack. webpack was using our main file first, `lib/index.js` and would get errors during runtime, the dist content fixes...

@jdevcs got it, removing dist files from PR

@avkos I ran npm run build and it updated package.lock. will remove

@smejak You added changes to your `package/web3/package.json`? This looks a bit weird ` Field 'browser' doesn't contain a valid alias configuration` can you join the discord and post in the...

Hey thank you for this PR :) from what it seems in the codebase we only use `uuid` [once](https://github.com/ChainSafe/web3.js/blob/2279a67e0702343764db5cae2dffc04048083952/packages/web3-eth-accounts/src/index.js#L598). It does look like the method is affected by the version...