Closed TooTallNate closed 13 years ago
Indeed, I am going to be removing all (unnecessary) bundled dependencies from both Jerk and IRC-js soon. This was originally done to allow people to simply clone the repo and start using it, but now that npm has become ubiquitous I feel it is safe remove these deps.
Nice! Yeah, I found those dependencies to be a bit annoying.
See #32 for a pull request that fixes this...
Fixed in #32
PanPG is ok since it's not already published on npm, but coloured-log needs to go. It can be installed from npm fine, and on top of that, the irc-js version that's currently up on npm has an incomplete checkout of 'coloured-log', it's dependencies aren't checked out. This leads to npm saying that irc-js is missing dependencies immediately after installation.
Just remove this line and
rm -rf node_modules/coloured-log
and republish on npm and we should be good! Thanks in advance!