apollographql/apollo-link

No matching version found for apollo-link@^1.2.11

Closed this issue · 10 comments

Expected Behavior
That the package installs.

running npm install on my application
Actual Behavior

Breaks with:

npm ERR! notarget No matching version found for apollo-link@^1.2.11
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-link-schema'
npm ERR! notarget```

I saw this has happened w/ versions in the past, and there was mention of having to republish the package.

,Could also be npm acting up, give it 10 minutes, otherwise I'll message around. Is it still an issue? Bundlephobia seems to be able to install it: https://bundlephobia.com/result?p=apollo-link@1.2.11

@JoviDeCroock I've been attempting for a few hours now

Also works in codesandbox, have you tried clearing your npm cache?

Just attempted with npm cache clear --force as well as deleting node_modules and package-lock.json, same error everytime

Allright, will ping someone about it.

So, after further digging, it may have to be with us using a non default registry. When removing the the registry from .npmrc it worked. Looking into that further

Allright, so it's probably safe to close this issue I assume?

Yeah. Sorry for buggin you, appreciate your assistance

No problem and have a nice day!