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

Run version check on postinstall #108

Merged
merged 1 commit into from
May 9, 2018
Merged

Conversation

mjangda
Copy link
Member

@mjangda mjangda commented May 9, 2018

We can't use dependencies during preinstall (i.e. semver) since they have not been added yet. Moving to postinstall means that dependencies are available for use (the downside is that it takes a lot longer to report the node version error).

See #93 (comment)

We can't use dependencies during preinstall (i.e. `semver`) since they have not been added yet. Moving to `postinstall` means that dependencies are available for use (the downside is that it takes a lot longer to report the node version error).
@joshbetz joshbetz merged commit fe6950d into master May 9, 2018
@joshbetz joshbetz deleted the fix/node-version-check branch May 9, 2018 14:06
@joshbetz joshbetz added this to the 1.0.0 milestone May 14, 2018
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.

2 participants