mongodb-developer / mern-stack-example

Mern Stack code for the Mern Tutorial
Apache License 2.0
292 stars 260 forks source link

Add a Node version disclaimer #30

Closed sis0k0 closed 1 year ago

sis0k0 commented 1 year ago

Added a disclaimer that the project only works with Node.js 16 and below. This is because of a security vulnerability fixed in Node.js 17. The fix breaks the version of react-scripts that this project is using. The disclaimer should be temporary until we update the repository.