Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

You need to specify which version of Node to use for this lab. #11

Closed
merecka opened this issue Dec 14, 2021 · 1 comment · Fixed by #12
Closed

You need to specify which version of Node to use for this lab. #11

merecka opened this issue Dec 14, 2021 · 1 comment · Fixed by #12
Assignees
Labels
se curriculum Issue for lessons in the Software Engineering program

Comments

@merecka
Copy link

merecka commented Dec 14, 2021

I attempted to run 'npm start' using the latest version of Node, Node v17.1.0, and I received an error message. After some Google'ing I discovered that there was some incompatibilities with this version and and I had to revert back to an older version, v16.11.1, in order to get this command to execute properly. You either need to make the newest version of Node compatible or put instructions of which version of Node to use for this lab.

Note: I am using nvm-windows and running Windows 10 Home edition

@merecka merecka changed the title You need to specify the version of Node to use for this lab. You need to specify which version of Node to use for this lab. Dec 14, 2021
@ihollander ihollander added the se curriculum Issue for lessons in the Software Engineering program label Dec 16, 2021
@ihollander ihollander self-assigned this Dec 16, 2021
@ihollander
Copy link
Contributor

Hi @merecka - thanks for flagging this! You are correct - there is an issue with Node 17 and the version of Create React App used for our lessons that has not been fixed by the maintainers of Create React App: facebook/create-react-app#11562

We'll update the lesson to make a note of this and clarify that students should be using Node 16. Our recommendation is to use Node 16 during your time in the program, since Node 17 is still very new and not compatible with some major JavaScript libraries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
se curriculum Issue for lessons in the Software Engineering program
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants