Description
Problem Description:
As per the documentation, it says current and Active LTS node version are supported. Node v12.13.0 is in Active LTS phase but seems like latest Polymer-cli@1.9 not supported in Node v12.13.0
Steps to Reproduce
Try to install latest polymer-cli version on Mac machine with Node v12.13.0
npm install -g polymer-cli@1.9
It throws below error,
npm install -g polymer-cli@1.9
npm ERR! code EINTEGRITY
npm ERR! sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q== integrity checksum failed when using sha512: wanted sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q== but got sha512-elLgrKGFWJ/ToIgflUsC1idfv4eGV1FlcXugAMC7vgvQL8OnPm0MhlSv1gf1WKvFjZA6lyOPewi35+ty6H/d4g==. (6422 bytes)
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/kumaran/.npm/_logs/2019-11-11T15_55_54_425Z-debug.log