Closed MikeMcC399 closed 1 year ago
https://github.com/cypress-io/cypress-realworld-testing/blob/71af25f66c41d8fac8d7a10f60730e939404f050/.node-version#L1
and Node.js LTS (18.16.0) are not identical.
18.16.0
content/courses/testing-your-first-application/app-install-and-overview.mdx instructs to use Node.js LTS.
Please check and revise .node-version and .nvmrc accordingly. Perhaps it should be bumped to 18.16.0?
.node-version
.nvmrc
There was a confusion between instructions on:
It looks like the Node.js version is not the actual issue, but the confusing use of two different repos.
https://github.com/cypress-io/cypress-realworld-testing/blob/71af25f66c41d8fac8d7a10f60730e939404f050/.node-version#L1
and Node.js LTS (
18.16.0
) are not identical.content/courses/testing-your-first-application/app-install-and-overview.mdx instructs to use Node.js LTS.
Please check and revise
.node-version
and.nvmrc
accordingly. Perhaps it should be bumped to18.16.0
?