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

outdated - package: @google-cloud not found #709

Closed
hjanuschka opened this issue Oct 11, 2016 · 5 comments
Closed

outdated - package: @google-cloud not found #709

hjanuschka opened this issue Oct 11, 2016 · 5 comments

Comments

@hjanuschka
Copy link

Do you want to request a feature or report a bug?
Bug

What is the current behavior?
trying to use yarn outdated

If the current behavior is a bug, please provide the steps to reproduce.

 "dependencies": {
    "@google-cloud/vision": "^0.3.0"
 }
yarn outdated
error https://registry.yarnpkg.com/@google-cloud/vision: Not found
    at Request.params.callback [as _callback] (/usr/local/lib/node_modules/yarn/lib/util/request-manager.js:273:18)
    at Request.self.callback (/usr/local/lib/node_modules/yarn/node_modules/request/request.js:187:22)
    at emitTwo (events.js:106:13)
    at Request.emit (events.js:191:7)
    at Request.<anonymous> (/usr/local/lib/node_modules/yarn/node_modules/request/request.js:1048:10)
    at emitOne (events.js:96:13)
    at Request.emit (events.js:188:7)
    at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/yarn/node_modules/request/request.js:969:12)
    at emitNone (events.js:91:20)
    at IncomingMessage.emit (events.js:185:7)
info Visit http://yarnpkg.com/en/docs/cli/outdated for documentation about this command.

What is the expected behavior?

Show Version Table

Please mention your node.js, yarn and operating system version.

  • MacOS 10.12
  • node 6.3.1
  • yarn 0.15.1
@AndrewIngram
Copy link

I get the same thing with @kadira/storybook, so i'm guessing that Yarn isn't proxying any packages with scoped names. Hopefully this'll be resolved quickly.

@ssreekanth
Copy link

When I run yarn outdated in my project workspace, I get the similar error with @ionic/app-scripts.

yarn outdated
yarn outdated v0.15.1
error https://registry.yarnpkg.com/@ionic/app-scripts: Not found
    at Request.params.callback [as _callback] (/usr/local/lib/node_modules/yarn/lib/util/request-manager.js:273:18)
    at Request.self.callback (/usr/local/lib/node_modules/yarn/node_modules/request/request.js:187:22)
    at emitTwo (events.js:106:13)
    at Request.emit (events.js:191:7)
    at Request.<anonymous> (/usr/local/lib/node_modules/yarn/node_modules/request/request.js:1048:10)
    at emitOne (events.js:96:13)
    at Request.emit (events.js:188:7)
    at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/yarn/node_modules/request/request.js:969:12)
    at emitNone (events.js:91:20)
    at IncomingMessage.emit (events.js:185:7)
info Visit http://yarnpkg.com/en/docs/cli/outdated for documentation about this command.

@ssreekanth
Copy link

Duplicate of #620

@hjanuschka
Copy link
Author

@AndrewIngram seems to be right about hte scoped names i guess

@wyze
Copy link
Member

wyze commented Oct 24, 2016

Closing as duplicate of #620.

@wyze wyze closed this as completed Oct 24, 2016
@wyze wyze removed the needs triage label Nov 10, 2016
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

5 participants