Closed briangonzalez closed 7 years ago
It looks as if npm run prepubllsh
is not working for this repo:
▵ ls node_modules/percy-client/dist
#=> Nothing
This breaks for me on node 6.10.0. As well. When installing via yarn I get:
error An unexpected error occurred: "https://registry.yarnpkg.com/percy-client/-/percy-client-2.1.1.tgz: Invalid tar header. Maybe the tar is corrupted or it needs to be gunzipped?".
npm just errors with
npm ERR! cb() never called!
this seem to be related to the latest percy-client update and breaks our CI
Temporary fix: npm install --save-dev percy-client@2.1.0
fixes the install issue. (npm 3.10.10)
Hi, just letting you know we're looking into this at the moment and hope to have a fix within a few hours.
Hey all, this is now fixed, we had a corrupt npm package. The underlying dependency is now percy-client 2.1.3 which includes the fix. Thanks for reporting this!
results in: