apollo icon indicating copy to clipboard operation
apollo copied to clipboard

notarget No matching version found for @graphql-tools/merge@^6.2.8

Open jonathanCNITA opened this issue 4 years ago • 1 comments

Describe the bug hello, the command vue add apollo fail :( I did it yesterday and everything OK.

To Reproduce Steps to reproduce the behavior:

  1. Create a vue project with vueCLI (@vue/cli 4.5.9) version2.X: vue create new_project
  2. Then vue add apollo
  3. See Installing vue-cli-plugin-apollo... and then
  4. Error
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @graphql-tools/merge@^6.2.8.
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 '@graphql-tools/load'
npm ERR! notarget 

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/xxxxxx/.npm/_logs/2021-02-18T15_54_25_551Z-debug.log
 ERROR  command failed: npm install --loglevel error vue-cli-plugin-apollo -D

Expected behavior Install and manage apollo in my vue project.

Versions vue: 2 vue-apollo: apollo-client:

Additional context Nothing special

jonathanCNITA avatar Feb 18 '21 16:02 jonathanCNITA

Have the same issue with npm i @graphql-codegen/cli

ginvaell avatar Feb 19 '21 11:02 ginvaell