Skip to content

Add a preferred node version #70

@luischoma

Description

@luischoma

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions