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

Adds support for Yarn < 1.1.0 #5

Merged
merged 1 commit into from
Oct 15, 2017
Merged

Conversation

reedsa
Copy link
Owner

@reedsa reedsa commented Oct 15, 2017

Removes dependency on the yarn global dir command which only became available in Yarn v1.1.0 😸

Instead of finding the global install dir, the template to be used is now saved to a temporary directory that is removed once the new app has been bootstrapped.

Other changes include better error output if problems occur during the template fetch process.

Places template files in a temporary directory rather than installing globally
Adds better error handling when copying template files
@reedsa reedsa merged commit 0c08271 into master Oct 15, 2017
@reedsa reedsa deleted the support-all-yarn-versions branch October 15, 2017 13:40
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

Successfully merging this pull request may close these issues.

1 participant