You need to run the versions I specify in the course to follow along with the course.
- Delete node_modules
- Copy the dependencies and devDependencies from the package.json that I provide in the course
- Run this to install dependencies:
npm install
- Once you complete the course, I show how to update to the latest versions here.