Open skeggse opened 5 years ago
Looks like the clearbit client is using a forked copy of needle for browserify support: https://github.com/clearbit/needle/pull/1. Upstream needle added this support in https://github.com/tomas/needle/pull/146, so can the client use the upstream version of needle to avoid these npm errors?
needle
npm
npm ERR! missing: needle@github:clearbit/needle#84d28b5f2c3916db1e7eb84aeaa9d976cc40054b, required by clearbit@1.3.4
This is causing issues for me with yarn also.
Looks like they never went ahead in doing this. If you are still dealing with this issue see my workaround here.
Looks like the clearbit client is using a forked copy of
needle
for browserify support: https://github.com/clearbit/needle/pull/1. Upstreamneedle
added this support in https://github.com/tomas/needle/pull/146, so can the client use the upstream version ofneedle
to avoid thesenpm
errors?