MadisonReed / usps-webtools

USPS Web Tools API wrapper
42 stars 37 forks source link

Published version on NPM is broken #25

Closed colinhemphill closed 8 years ago

colinhemphill commented 8 years ago

The latest version on NPM is 0.2.2, and it's crashing.

TypeError: console.eyes is not a function
    at callUSPS (/myDirectory/node_modules/usps-webtools/src/usps.js:210:11)

There is, in fact, a line with console.eyes(). I see that this is no longer in source here on GitHub, but the current version on NPM is no good.

divesnob commented 8 years ago

Colin,

We were seeing 0.2.1 published on GitHub and npm. We overwrote whatever was up there with 0.2.3.

Neither our repo nor the code that we saw up there had console.eyes() on line 210.

Please continue to let us know if you have any other issues with the module.

Thanks,

-matt

MATT DARLING

VP Engineering

Phone: 415.505.4623

Social: @MadisonReedLLB

Madison-Reed.com http://www.madison-reed.com/

MADISONREED®

On Thu, Nov 17, 2016 at 8:48 AM, Colin notifications@github.com wrote:

The latest version on NPM is 0.2.2, and it's crashing.

TypeError: console.eyes is not a function at callUSPS (/myDirectory/node_modules/usps-webtools/src/usps.js:210:11)

There is, in fact, a line with console.eyes(). I see that this is no longer in source here on GitHub, but the current version on NPM is no good.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MadisonReed/usps-webtools/issues/25, or mute the thread https://github.com/notifications/unsubscribe-auth/AABvsP8BK2FdlMhvclhZ4-lF2DdIexMZks5q_IVLgaJpZM4K1ieM .

colinhemphill commented 8 years ago

I had "usps-webtools": "0.2.x" in my package file, and 0.2.2 is what NPM pulled down as the latest version.

I'm now able to pull 0.2.3, and that's working for me. Thanks!