You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the clearbit client is using a forked copy of needle for browserify support: clearbit/needle#1. Upstream needle added this support in tomas/needle#146, so can the client use the upstream version of needle to avoid these npm errors?
npm ERR! missing: needle@github:clearbit/needle#84d28b5f2c3916db1e7eb84aeaa9d976cc40054b, required by clearbit@1.3.4
Looks like the clearbit client is using a forked copy of
needlefor browserify support: clearbit/needle#1. Upstreamneedleadded this support in tomas/needle#146, so can the client use the upstream version ofneedleto avoid thesenpmerrors?