ethers.js
ethers.js copied to clipboard
Fix: #4949
Moved @types/node from dependencies to devDependencies
This change breaks certain environments. In future versions of Ethers, the IpcProvider will be in a separate package, which will resolve this as the socket API won't need to be present.
But for now it is a necessary evil. :(