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

yarn outdated crashes with @typopro/web-montserrat #1655

Closed
graingert opened this issue Nov 3, 2016 · 6 comments
Closed

yarn outdated crashes with @typopro/web-montserrat #1655

graingert opened this issue Nov 3, 2016 · 6 comments

Comments

@graingert
Copy link
Contributor

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

What is the current behavior?
yarn outdated fails to work with @typopro/web-montserrat

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

git clone https://github.com/graingert/web-montserrat-failure.git
cd web-montserrat-failure
yarn install
yarn outdated
yarn outdated v0.15.1
error https://registry.yarnpkg.com/@typopro/web-montserrat: Not found
    at Request.params.callback [as _callback] (/home/graingert/.npm-packages/lib/node_modules/yarn/lib/util/request-manager.js:273:18)
    at Request.self.callback (/home/graingert/.npm-packages/lib/node_modules/yarn/node_modules/request/request.js:186:22)
    at emitTwo (events.js:106:13)
    at Request.emit (events.js:191:7)
    at Request.<anonymous> (/home/graingert/.npm-packages/lib/node_modules/yarn/node_modules/request/request.js:1081:10)
    at emitOne (events.js:96:13)
    at Request.emit (events.js:188:7)
    at IncomingMessage.<anonymous> (/home/graingert/.npm-packages/lib/node_modules/yarn/node_modules/request/request.js:1001:12)
    at IncomingMessage.g (events.js:291:16)
    at emitNone (events.js:91:20)
info Visit http://yarnpkg.com/en/docs/cli/outdated for documentation about this command.

What is the expected behavior?
should print nothing, as no package is outdated.

Please mention your node.js, yarn and operating system version.
node.js: v7.0.0
yarn: v0.15.1
operating system:

$ uname -a
Linux logophobia 4.8.0-26-generic #28-Ubuntu SMP Tue Oct 18 14:39:52 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 16.10
Release:	16.10
Codename:	yakkety
@graingert graingert changed the title yarn outdated fails to work with @typopro/web-montserrat yarn outdated crashes with @typopro/web-montserrat Nov 3, 2016
@wyze
Copy link
Member

wyze commented Nov 3, 2016

Duplicate of #620 and fixed by #1276. Works on master and will be in the next release.

@wyze wyze closed this as completed Nov 3, 2016
@wyze wyze added the duplicate label Nov 3, 2016
@camjc
Copy link

camjc commented Nov 6, 2016

@wyze Any idea when that'll be? Where/whats the release policy? Thanks :)

@wyze
Copy link
Member

wyze commented Nov 6, 2016

I can't say for sure, but if we are on a 2 week release cycle, then one should be out this week.

@graingert
Copy link
Contributor Author

What if you're on like a monthly release cycle?

On 6 Nov 2016 23:45, "Neil Kistner" notifications@github.com wrote:

I can't say for sure, but if we are on a 2 week release cycle, then one
should be out this week.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#1655 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAZQTHYyUHYNBgX3r5MV0yzwvrw92zeEks5q7mabgaJpZM4Kob35
.

@wyze
Copy link
Member

wyze commented Nov 7, 2016

There will be nightly builds coming soon so people can live on the bleeding edge.

/cc @Daniel15

@Daniel15
Copy link
Member

Daniel15 commented Nov 7, 2016

Yeah :) yarnpkg/website#245 adds the documentation for nightly builds. See http://nightly.yarnpkg.com/ also.

Since you're on Ubuntu, you can try our nightly build repo if you want the very latest version of Yarn:

echo "deb http://nightly.yarnpkg.com/debian/ nightly main" | sudo tee /etc/apt/sources.list.d/yarn-nightly.list

Or you can grab a .deb directly: https://nightly.yarnpkg.com/latest.deb then use dpkg -i to install it.

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

4 participants