I am trying to install polymer-modulizer globally (npm install -g polymer-modulizer)
The installation process failed with no description of failure except the below one npm ERR! cb() never called!
Reproduction Steps:
npm install -g polymer-cli
npm install -g polymer-modulizer
Last few lines of the log:
5318 timing npm Completed in 33104ms
5319 error cb() never called!
5320 error This is an error with npm itself. Please report this error at:
5321 error https://npm.community
Platform Info
$ npm --versions
{ npm: '6.9.0',
ares: '1.15.0',
cldr: '33.1',
http_parser: '2.8.0',
icu: '62.1',
modules: '64',
napi: '3',
nghttp2: '1.34.0',
node: '10.15.3',
openssl: '1.1.0j',
tz: '2018e',
unicode: '11.0',
uv: '1.23.2',
v8: '6.8.275.32-node.51',
zlib: '1.2.11' }
$ node -p process.platform
win32
The issue is resolved. On analysis found that there was a weird firewall rule within my organization that didn't allowed me to download on of the dependent certificate (Bittorrent.json). I tried re-installing in a machine with no restriction and it got installed without any issue.