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/client-logger@4.0.1 #4660

Closed
samosad opened this issue Oct 31, 2018 · 7 comments
Closed

No matching version found for @storybook/client-logger@4.0.1 #4660

samosad opened this issue Oct 31, 2018 · 7 comments
Labels

Comments

@samosad
Copy link

samosad commented Oct 31, 2018

Describe the bug
Internal deps versions was not updated in 4.0.1 release

To Reproduce
Steps to reproduce the behavior:

  1. install storybook versions like ^4.0.0
  "devDependencies": {
    "@storybook/addon-actions": "^4.0.0",
    "@storybook/addon-links": "^4.0.0",
    "@storybook/addon-options": "^4.0.0",
    "@storybook/addons": "^4.0.0",
    "@storybook/react": "^4.0.0",
  1. See error in console:
Command failed: npm install 
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @storybook/client-logger@4.0.1
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 '@storybook/core'
npm ERR! notarget

Expected behavior
Success install

@lehainam-dev
Copy link

lehainam-dev commented Oct 31, 2018

+1. Same here. Using fix version of storybook 4.0.0 can resolve the issue.

@shilman
Copy link
Member

shilman commented Oct 31, 2018

Looking into it, thanks for letting me know!

@shaozj
Copy link

shaozj commented Oct 31, 2018

+1 I have to lock my version to 4.0.0

@shilman
Copy link
Member

shilman commented Oct 31, 2018

Looks like an NPM failure. Please try 4.0.2, which I just published and did a quick sanity check on.

@shilman shilman closed this as completed Oct 31, 2018
@shilman shilman added the bug label Oct 31, 2018
@misolo
Copy link

misolo commented Feb 25, 2020

@shilman I Have the same error but with 5.3.13 version

In package.json:
"@storybook/addon-actions": "^5.3.13",
"@storybook/addon-links": "^5.3.13",
"@storybook/react": "^5.3.13"

The error in console:
npm ERR! notarget No matching version found for @storybook/node-logger@5.3.14
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 '@storybook/react'
npm ERR! notarget

@shilman
Copy link
Member

shilman commented Feb 26, 2020

@misolo looks like an NPM bug. can you clear your cache and try again?

https://www.npmjs.com/package/@storybook/node-logger

@misolo
Copy link

misolo commented Feb 26, 2020

Resolved by upgrading @storybook/react to 5.3.14

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

No branches or pull requests

5 participants