4.3.1
I can't install vue.
npm install -g @vue/cli
vue-cli installed
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @apollographql/apollo-tools@^0.4.6
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'apollo'
.
Duplicate of #5402, this title is more precise though!
Workaround
yarn global add @vue/cli
For whats it worth, I just looked at the npmjs registry and there is only a 0.4.6-alpha.0 for apollo-tools registered.
For whats it worth, I just looked at the npmjs registry and there is only a 0.4.6-alpha.0 for apollo-tools registered.
I did the same, :(
It is solved by apollo team, they had some issue.
Everything OK with @vue/cli now
I can confirm this. Issue can be closed.
Confirmed, it is working now!
Most helpful comment
Duplicate of #5402, this title is more precise though!
Workaround
yarn global add @vue/cli