react-box
react-box copied to clipboard
Truffle, Webpack and React boilerplate.
Unbox failed! RequestError: tunneling socket could not be established, cause=getaddrinfo ENOTFOUND proxyhost at ClientRequest. (C:\Users\mirza\AppData\Roaming\npm\node_modules\truffle\build\webpack:\node_modules\download\node_modules\got\index.js:182:1) at Object.onceWrapper (node:events:514:26) at ClientRequest.emit (node:events:394:28) at ClientRequest.onError (C:\Users\mirza\AppData\Roaming\npm\node_modules\truffle\build\webpack:\node_modules\tunnel-agent\index.js:179:1) at Object.onceWrapper (node:events:514:26) at ClientRequest.emit (node:events:394:28)...
``` % Truffle\React\client>truffle --version Truffle v5.8.2 (core: 5.8.2) Ganache v7.7.7 Solidity v0.5.16 (solc-js) Node v19.6.0 Web3.js v1.8.2 ``` I am on Windows. I have Firefox latest or Chrome latest. I...
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
There used to be a truffle typescript template some time ago. I thought it would be nice to include typescript to this react truffle box. I started a branch on...