Consensys / Token-Factory

Basic Token Factory dapp.
478 stars 308 forks source link

Cannot start app #52

Open chrisabrams opened 7 years ago

chrisabrams commented 7 years ago
$truffle serve

Serving static assets in ./build on port 8080...
Rebuilding...
/usr/local/lib/node_modules/truffle/build/cli.bundled.js:124978
  return (new fsevents(path)).on('fsevent', callback).start();
          ^

TypeError: fsevents is not a constructor
NoahMarconi commented 7 years ago

anyone find a workaround?

andrewhine commented 6 years ago

Same issue

andrewhine commented 6 years ago

sudo npm install -g truffle@3.2.1

vallard commented 6 years ago

@andrewhine 's fix worked for me. Thank you!

gabrielbidula commented 6 years ago

npm install -g truffle@3.2.1 worked for me