bitpay / node-bitpay-client

A Node.js module and command line client for interacting with BitPay's Cryptographically Secure API
102 stars 95 forks source link

Install trouble #85

Open ajp8164 opened 7 years ago

ajp8164 commented 7 years ago

We're having trouble installing our modules using the bitpay-rest library locally (because of the problematic request line in client.js that caused or CI server to fail). We can't automate our deploys since installing the dependency fails on lifecycle errors. Calling npm install in a preinstall script is a known antipattern of npm.