Closed ghost closed 9 years ago
You should update Yo, I just experienced the same issue.
npm install -g yo
Hi aendrew,
That did the trick ! After having broken several times my npm
system with npm update -g
, I used to rely on this script :
!/bin/sh
set -e set -x
for package in $(npm -g outdated --parseable --depth=0 | cut -d: -f2) do npm -g install "$package" done
Seems like it doesn't always fetch latest versions and I have to go back to the old npm install -g
.
Thanks a lot, everything is fine now. Back to code ! All the best,
I have just updated my Polymer development tools and I get some errors, although everything was working fine before. Here is what I get when trying 'yo polymer' in the console :
or when I type 'yo' in the console and choose 'polymer' :
Any idea on what when wrong during the updates (no error thrown) ? Thanks for reading and all the best.
PS : I am running on