Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

fix(node): handle node 6 more gracefully #3862

Merged
merged 1 commit into from
Jan 14, 2019
Merged

fix(node): handle node 6 more gracefully #3862

merged 1 commit into from
Jan 14, 2019

Conversation

divyenduz
Copy link
Contributor

Fixes https://github.com/prisma/prisma/issues/2308

Here is what this PR does:-

  1. Throw and error and exit in place of throwing a warning and continue as warning route still yields the error - TypeError: url_1.URL is not a constructor which is confusing.

  2. Remove the warning around node versions 8.0.0 and 8.1.0. I am not sure about the reason they were in place originally but I tried most commands with them and they work fine now.

@timsuchanek timsuchanek merged commit bb3ff9b into beta Jan 14, 2019
@divyenduz divyenduz deleted the fix-2308 branch January 29, 2019 12:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants