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

@mycomp/error: no such package available #2463

Open
unional opened this issue Jan 16, 2017 · 1 comment
Open

@mycomp/error: no such package available #2463

unional opened this issue Jan 16, 2017 · 1 comment

Comments

@unional
Copy link

unional commented Jan 16, 2017

yarn: 0.18.1

@mycomp/error is a private package hosted locally.
When I run npm install @mycomp/error or npm info @mycomp/error, it is working correctly.

If I run yarn add/info @mycomp/error, it errors with:

error An unexpected error occurred: "http://localhost:4873/@mycomp%2ferror: no such package available".   
Yarn version: 
  0.18.1

Node version: 
  7.4.0

Platform: 
  win32 x64

...

Trace: 
  Error: http://localhost:4873/@mycomp%2ferror: no such package available
      at Request.params.callback [as _callback] (C:\Program Files (x86)\Yarn\lib\util\request-manager.js:309:18)
      at Request.self.callback (C:\Program Files (x86)\Yarn\node_modules\request\request.js:186:22)
      at emitTwo (events.js:106:13)
      at Request.emit (events.js:191:7)
      at Request.<anonymous> (C:\Program Files (x86)\Yarn\node_modules\request\request.js:1081:10)
      at emitOne (events.js:96:13)
      at Request.emit (events.js:188:7)
      at IncomingMessage.<anonymous> (C:\Program Files (x86)\Yarn\node_modules\request\request.js:1001:12)
      at Object.onceWrapper (events.js:290:19)
      at emitNone (events.js:91:20)
@unional
Copy link
Author

unional commented Jan 16, 2017

When I add others, e.g. yarn add @mycomp/logging, it is working fine.
So seems like it doesn't like the package named error

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

1 participant