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

Dependency for version of @storybook/channels that doesn't exist #2689

Closed
majornista opened this issue Jan 8, 2018 · 6 comments
Closed

Dependency for version of @storybook/channels that doesn't exist #2689

majornista opened this issue Jan 8, 2018 · 6 comments

Comments

@majornista
Copy link

Getting this error on npm install, depending only on version 3.3.6 of the packages:

npm ERR! code ETARGET
npm ERR! notarget No matching version found for @storybook/channels@^3.3.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 '@storybook/channel-postmessage'
npm ERR! notarget 

npm show @storybook/channels versions does not list 3.3.6 as a published version.

@Hypnosphi
Copy link
Member

Hypnosphi commented Jan 8, 2018

npm show @storybook/channels versions does not list 3.3.6 as a published version.

It does for me. Do you use some proxying npm registry?

@majornista
Copy link
Author

majornista commented Jan 8, 2018

We do proxy the registry with artifactory.

@Hypnosphi
Copy link
Member

That's weird, for me it includes 3.3.6

@Hypnosphi
Copy link
Member

And here it says "3.3.6 is the latest of 37 releases"
https://www.npmjs.com/package/@storybook/channels

@igor-dv
Copy link
Member

igor-dv commented Jan 8, 2018

We had a similar issue with nexus repository. There was a timer configured to pull new versions once a day. Maybe you have something like this in artifactory?

@majornista
Copy link
Author

@igor-dv I think that's the case. In the cached packages in Artifactory, we have @storybook/channel-postmessage@3.3.6 but @storybook/channels is still at 3.3.5.

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

No branches or pull requests

3 participants