Closed mattveraldi closed 8 months ago
Are you also experiencing the same problem?
I'm unable to reproduce. It compiles on my end without errors after cloning, yarn, then yarn dev.
Node: v16.20.2, v18.19.1, and v20.11.1 Yarn: 1.22.19
Hi @mattveraldi 👋 Please try now, I solved the conflics which were causing the problem you were facing. Thanks!
It works now, thank you!
Summary
I wanted to contribute to the Italian translation of this website but at the time I am writing this issue it is not possible to compile the app.
I followed the guidelines mentioned in the
README.md
to fork, clone and run the app on my local environment. The only thing I have different is mynode
version becauseengines
inpackage.json
are greater than12
. I tried with versions: 20 and 18, both LTS.I am able to install dependencies with
yarn
but when I try to run the app withyarn dev
I get these compilation errors:I tried to fix these myself but I can't find the reason why the compiler is complaining about these lines, I can't see anything wrong with those.
Are you also experiencing the same problem?
Page
https://localhost:3000/
Details
OS: Debian 12 Bookworm NodeJS versions: 18, 20 LTS with Yarn installed.