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.
I can't run the migration helper. I installed it via
npm install --global vue-migration-helper
. Navigated to my project, then ranvue-migration-helper
. I get the following message:I ran
npm update --global vue-migration-helper
and then ranvue-migration-helper
again, same message. I tried deleting the package and re-installing it, same message. Please advise.