wajatimur / node-phonenumber

Google's phone number handling library ported to Node
33 stars 5 forks source link

0.2.3 release install failed #15

Closed lusimeon closed 8 years ago

lusimeon commented 8 years ago

Hello,

When I run npm install node-phonenumber@0.2.3 on error occurced :

╰─$ drun engine npm install node-phonenumber@0.2.3
npm info it worked if it ends with ok
npm info using npm@3.7.3
npm info using node@v5.9.0
npm info lifecycle matterbot@0.1.0~preinstall: matterbot@0.1.0
npm info linkStuff matterbot@0.1.0
npm info lifecycle matterbot@0.1.0~install: matterbot@0.1.0
npm info lifecycle matterbot@0.1.0~postinstall: matterbot@0.1.0
npm info lifecycle matterbot@0.1.0~prepublish: matterbot@0.1.0
npm info ok 
npm info it worked if it ends with ok
npm info using npm@3.7.3
npm info using node@v5.9.0
npm info attempt registry request try #1 at 12:43:39 PM
npm http request GET https://registry.npmjs.org/node-phonenumber
npm http 200 https://registry.npmjs.org/node-phonenumber
npm info retry fetch attempt 1 at 12:43:40 PM
npm info attempt registry request try #1 at 12:43:40 PM
npm http fetch GET https://registry.npmjs.org/node-phonenumber/-/node-phonenumber-0.2.3.tgz
npm http fetch 200 https://registry.npmjs.org/node-phonenumber/-/node-phonenumber-0.2.3.tgz
npm ERR! cb() never called!

However that works with the 0.2.2 release. Have you already seen the same issue ?

kamronbatman commented 8 years ago

I did a plain old npm install node-phonenumber --save and received no errors.

lusimeon commented 8 years ago

@kamronbatman Effectively, that was a problem with my docker conf, sorry for the inconvenience.