vuejs / vue-migration-helper

CLI tool to aid in migration from Vue 1.x to 2.0
594 stars 59 forks source link

Can't run the migration-helper #37

Closed benwilkins closed 7 years ago

benwilkins commented 7 years ago

I can't run the migration helper. I installed it via npm install --global vue-migration-helper. Navigated to my project, then ran vue-migration-helper. I get the following message:

A newer version of vue-migration-helper is available.

  latest:    1.1.6
  installed: 1.1.1

Please update with:

  npm update --global vue-migration-helper

I ran npm update --global vue-migration-helper and then ran vue-migration-helper again, same message. I tried deleting the package and re-installing it, same message. Please advise.

benwilkins commented 7 years ago

Nevermind. This was an issue on my local machine.