-
Notifications
You must be signed in to change notification settings - Fork 34
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
Installation fails on node 10.10 #33
Comments
Hi @qrohlf thank you for reporting this. We are doing a major update of the library, with typescript support. All of the dependencies and the code are being completely refactored. It is going to be released in couple of weeks (hopefully next week). We can check out the error then. |
Got it. This is a blocking issue for me using your platform, would you be
open to a PR if I’m able to find a dep bump that solves this issue?
…On Tue, Sep 25, 2018 at 7:21 AM Igor Balos ***@***.***> wrote:
Hi @qrohlf <https://github.com/qrohlf>
thank you for reporting this. We are doing a major update of the library,
with typescript support. All of the dependencies and the code are being
completely refactored.
It is going to be released in couple of weeks (hopefully next week).
We can check out the error then.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAVMNUq7mjNCDN-ijQzFGC-Xe13dzVLVks5uejvggaJpZM4Wq_Dw>
.
|
sure, though I would advise to wait a week, the release coming out will make the current codebase obsolete, and it affects whole codebase. Meanwhile, I took a quick look what could cause this and seem the resolution might be simple. enzymejs/enzyme#1637 removing lock files seem to be one of them. Let me know how it goes |
Removing my lock file did indeed fix my issue! Thanks for the help, should have done more searching before filing an issue. |
Hey! no worries, glad things got sorted out and it works Igor |
system: macOS High Sierra 10.13.6
node version: v10.10.0
yarn version: 1.9.4
When trying to install Postmark in my development environment, the install fails with the following message:
It looks like one of your dependencies needs to be updated in order to support node 10. I'm going to skip integrating Postmark into my app for now, but I may come back to this next week and hit you with a PR if it's as simple as version-bumping one of your deps.
The text was updated successfully, but these errors were encountered: