-
Notifications
You must be signed in to change notification settings - Fork 82
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
Can't install on node 14 #55
Comments
Hi, the code that is failing to build isn't from naudiodon and no naudiodon dependencies include the ref module, so I don't believe that this problem is caused by this project. I found this which might be relevant: TooTallNate/ref#125. Does anything in the responses look useful to you? |
It’s something to do with the node version. Same issue with node 10 vs node
12/14.
I assume you’re using node 10 ?
…On Sun, 27 Dec 2020 at 14:39, Simon Rogers ***@***.***> wrote:
Hi, the code that is failing to build isn't from naudiodon and no
naudiodon dependencies include the ref module, so I don't believe that this
problem is caused by this project. I found this which might be relevant:
TooTallNate/ref#125 <TooTallNate/ref#125>. Does
anything in the responses look useful to you?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#55 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAGNEKVJKWAGM4M7DJ3I3SW42KZANCNFSM4VKT77TA>
.
|
I have recently used 12 and 14, it has built fine for me recently in both versions. One difference is that I'm on Windows and haven't recently tried building on Linux, though another naudiodon user has successfully done so after fixing a small problem introduced by my recent move from nan to napi. |
Ok, I'll check it out.
…On Sun, 27 Dec 2020 at 17:14, Simon Rogers ***@***.***> wrote:
I have recently used 12 and 14, it has built fine for me recently in both
versions. One difference is that I'm on Windows and haven't recently tried
building on Linux, though another naudiodon user has successfully done so
after fixing a small problem introduced by my recent move from nan to napi.
Your install appears to be trying to build ***@***.***
<https://www.npmjs.com/package/ref> in your node_modules folder, which
hasn't been updated for 3 years and that is likely to be the source of the
install error. Can you tell what package that you are using is dependant on
ref? I don't believe that it is naudiodon.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#55 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAGNDNY6Q4MO2HXJC5LSTSW5MONANCNFSM4VKT77TA>
.
|
I get this with node v14.15.3 . I downgraded to node 10 and it was fine. Just saying as the README says its developed with LTS (which is node 14)
The text was updated successfully, but these errors were encountered: