kdzwinel / betwixt

:zap: Web Debugging Proxy based on Chrome DevTools Network panel.
MIT License
4.53k stars 125 forks source link

added chalk to dependencies #11

Closed damoonrashidi closed 8 years ago

damoonrashidi commented 8 years ago

Application would fail to load with

npm ERR! Darwin 15.0.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
npm ERR! node v5.1.0
npm ERR! npm  v3.3.12
npm ERR! code ELIFECYCLE
npm ERR! betwixt@0.0.0 start: `electron main.js`
npm ERR! Exit status 7
npm ERR!
npm ERR! Failed at the betwixt@0.0.0 start script 'electron main.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the betwixt package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     electron main.js
npm ERR! You can get their info via:
npm ERR!     npm owner ls betwixt
npm ERR! There is likely additional logging output above.

Due to missing the chalk dependency.

samccone commented 8 years ago

:+1: LGTM

MichielDeMey commented 8 years ago

:+1:

kdzwinel commented 8 years ago

Thank you!