yeoman / yo

CLI tool for running Yeoman generators
http://yeoman.io
BSD 2-Clause "Simplified" License
3.85k stars 399 forks source link

Offline story #145

Open SBoudrias opened 10 years ago

SBoudrias commented 10 years ago

Yesterday I've been to a local JS meetup, and one of the presenter used Yeoman for its demo. Unfortunatly, until he was connected to the wifi, yo was throwing. Cannot remember exactly, but I think it was related to update-notifier or insight. The presenter may have been using and old version, but I'd like for us to validate being offline won't hardly break basic generation actions.

sindresorhus commented 10 years ago

They're designed to have no impact on the code using them. They're actually run in a forked unrefed Node process so not to interfere. However if they do, that's certainly a bug.

addyosmani commented 10 years ago

Would someone be interested in taking on a general set of tasks around improving our offline story? I've run into issues with our support not being fantastic where a wifi connection isn't there, but it's generally around other tooling we rely on (bower, npm).

I'd be interested in whether insight or notifier were actually causing an impact in this case.

eddiemonge commented 10 years ago
ruyadorno commented 10 years ago
ruyadorno commented 10 years ago

I have tested the following generators and they're running fine even when offline:

They were all tested with latest code from master.

addyosmani commented 10 years ago

:+1: