clearbit / clearbit-node

Node library for querying the Clearbit business intelligence APIs
https://clearbit.com/docs
MIT License
69 stars 35 forks source link

Use upstream needle #43

Open skeggse opened 5 years ago

skeggse commented 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?

npm ERR! missing: needle@github:clearbit/needle#84d28b5f2c3916db1e7eb84aeaa9d976cc40054b, required by clearbit@1.3.4
tyscorp commented 5 years ago

This is causing issues for me with yarn also.

lino-levan commented 3 years ago

Looks like they never went ahead in doing this. If you are still dealing with this issue see my workaround here.