-
Notifications
You must be signed in to change notification settings - Fork 116
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
[Bug] Will Not Compile On Node 12 #368
Comments
Seems that the Travis build is also failing due to the same issue. |
This ever gonna get fixed? Really havin some problems here |
I would say unlikely as this hasn't been essentially abandoned. It was also was not meant for end-users yet (while it was actively worked), only for the developers. And this was one of those errors that was easy to get around for us so we never bothered. |
Yeah, I'd just like to be able to have Node v12 for my personal NJS projects, and I assumr the fix is downgrading |
You can continue to use Node 12. As I said this is essentially abandoned so you don't need to worry about building this repo. |
Describe the bug
keytar and node-sass will not compile on node 12. Also tried node 13, did not work there either.
Might not be related to node, as make is the one that is throwing the error.
To Reproduce
use node 12 and run
npm install
.Expected behavior
Expected to be able to compile keytar and node-sass.
Screenshots
None
System information
GNU/Linux 5.4.0
Discord PTB
Additional context
None
Are you willing and able to fix this?
No. Gotta learn more js.
The text was updated successfully, but these errors were encountered: