Closed jefflau closed 7 years ago
Currently webpack uses the global webpack, so if that isn't installed truffle serve runs an error. Change the truffle.js config to use the local webpack command
truffle serve
truffle.js
Fixed with https://github.com/makoto/blockparty/pull/30
Currently webpack uses the global webpack, so if that isn't installed
truffle serve
runs an error. Change thetruffle.js
config to use the local webpack command