-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Hey!!
First of, thanks for the great and very useful initiative!
I would like to suggest adding a .nvmrc
file to the project. The reason is that, on my case, I have an older node version installed and used by default. When trying to run the first exercise I would get this error:
argv.passWithNoTests ?? (argv.passWithNoTests = true);
^
SyntaxError: Unexpected token '?'
This is related to vite configs I guess, but since installing dependencies didn't throw any error took me a few minutes to realize it was the node version. Adding the preferred node version to the project would help to identify this earlier.
:)
Metadata
Metadata
Assignees
Labels
No labels