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

Features/cache packages (Install from cache if offline) #87

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

hthetiot
Copy link
Contributor

@hthetiot hthetiot commented Dec 6, 2017

No description provided.

@hthetiot hthetiot added this to the v0.6.x milestone Dec 6, 2017
@hthetiot hthetiot self-assigned this Dec 6, 2017
@hthetiot hthetiot requested a review from tejaede December 6, 2017 18:54
@@ -68,7 +68,6 @@ var create = module.exports = function(templateName, config, templateModule) {
});

};
exports.create = create;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either this needs to be reinstated or line 82 needs to be updated to use create instead of exports.create

exports.create(filename, command, templateModule)

@tejaede
Copy link

tejaede commented Dec 7, 2017

@hthetiot I am unable to create an application with either node 4.8 or 8.9 due to the line I reviewed above in create.js.

I briefly fixed that locally and found that I can create an app, but it is not clear to me how to appropriately test the install-while-offline functionality.

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.

3 participants