lukeed / generator-taskr

Official Yeoman generator for Taskr
25 stars 2 forks source link

Does not install/appear on Node > 0.12 #9

Closed lukeed closed 8 years ago

lukeed commented 8 years ago

No idea why -- wish I could offer some kind of lead.

Installed on node v5.1.0 & v4.2.2, Yo could not find a generator with name of 'fly'.

Reinstalled on Node v0.12, works just fine

ghost commented 8 years ago

Did you also try npm i -g generator-fly?

lukeed commented 8 years ago

Yup

lukeed commented 8 years ago

Just kidding.

Long ago, I installed nvm after installing yo, and so installing any yeoman generators created an incorrect symlink, pointing back to my system node installation.

For anyone else, run yo doctor after switching to your desired version of node (via npm use ...) and you'll be fine.