I need a workaround for updating polymer-cli on Ubuntu shell on Windows 10 which fails due to "...git: Permission denied".
I am following this running an Administrator Ubuntu shell on Windows 10.
All is well until $ sudo npm install -g polymer-cli
which yields:
npm ERR! Command failed: /usr/bin/git clone --depth=1 -q -b master git://github.com/polymerelements/test-fixture.git /home/<USERNAME>/.npm/_cacache/tmp/git-clone-fe296ee9
npm ERR! /home/<USERNAME>/.npm/_cacache/tmp/git-clone-fe296ee9/.git: Permission denied
I found this npm issue which may or may not be germane.
Thanks for the help.