You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
:)
The text was updated successfully, but these errors were encountered:
I believe all currently supported versions of Node should work, but considering that the installed version of @types/node is ^18.6.5 the recommended Node version to use would be 18.x
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: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.
:)
The text was updated successfully, but these errors were encountered: