Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No matching version found for @storybook/[email protected] #3783

Closed
SergiiNozhka opened this issue Jun 21, 2018 · 1 comment
Closed

No matching version found for @storybook/[email protected] #3783

SergiiNozhka opened this issue Jun 21, 2018 · 1 comment

Comments

@SergiiNozhka
Copy link

SergiiNozhka commented Jun 21, 2018

Hi guys,

Currently my build is failing due to the following error:

13:49:34 npm ERR! Linux 3.10.0-693.11.1.el7.x86_64
13:49:34 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
13:49:34 npm ERR! node v6.9.2
13:49:34 npm ERR! npm  v3.10.9
13:49:34 npm ERR! code ETARGET
13:49:34 
13:49:34 npm ERR! notarget No compatible version found: @storybook/[email protected]
13:49:34 npm ERR! notarget Valid install targets:
13:49:34 npm ERR! notarget 4.0.0-alpha.9, 4.0.0-alpha.8, 4.0.0-alpha.7, 4.0.0-alpha.6, 4.0.0-alpha.4, 4.0.0-alpha.3, 4.0.0-alpha.2, 4.0.0-alpha.1, 4.0.0-alpha.0, 3.4.7, 3.4.6, 3.4.5, 3.4.4, 3.4.3, 3.4.2, 3.4.1, 3.4.0, 3.4.0-rc.4, 3.4.0-rc.3, 3.4.0-rc.2, 3.4.0-rc.1, 3.4.0-rc.0, 3.4.0-alpha.9, 3.4.0-alpha.8, 3.4.0-alpha.7, 3.4.0-alpha.6, 3.4.0-alpha.5, 3.4.0-alpha.4, 3.4.0-alpha.3, 3.4.0-alpha.2, 3.4.0-alpha.1, 3.4.0-alpha.0, 3.3.3
13:49:34 npm ERR! notarget 
13:49:34 npm ERR! notarget This is most likely not a problem with npm itself.
13:49:34 npm ERR! notarget In most cases you or one of your dependencies are requesting
13:49:34 npm ERR! notarget a package version that doesn't exist.
13:49:34 npm ERR! notarget 
13:49:34 npm ERR! notarget It was specified as a dependency of '@storybook/react'
13:49:34 npm ERR! notarget 

I've also tried to install through terminal but it returns same error:

$ npm i @storybook/[email protected]
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @storybook/[email protected]
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

Could you please help me to resolve it.

@SergiiNozhka
Copy link
Author

Looks like there was an issue with npm registry, now I'm able to install 3.4.8 version of core.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants