Open jaquer opened 1 year ago
I'm still unsure of where the incompatibility lies, but I was able to get the project to build by using node 14 (14.21.3 to be exact).
Hi @jaquer. Thanks for raising this and for the detail you've provided. Glad you could get it working. I'll try and recreate and fix when I can.
Has there been any progress on this issue? I tried to run the example as well but getting the same error over here.
Hello,
I am interested in forking the project in order to translate it to Spanish, however I am unable to install/build it and I'm not familiar enough with node and its ecosystem to be able to fix it.
Steps to reproduce:
npm install
in the main directory. There are several warnings about outdated packages, but it's able to build successfully.npm install
in theexample
directory. I get this error:I did some research and found this StackOverflow answer suggesting removing
package-lock.json
and tryingnpm install
again, but then I got this error:My searches for solutions have been fruitless. I can post the entire log somewhere if necessary.
I am running Debian 11.6 under WSL, in case that matters.
Let me know if you need any more information. Thank you.