javascript-development-environment
javascript-development-environment copied to clipboard
Run the versions I specify in the course
trafficstars
You need to run the versions I specify in the course to follow along with the course. When you run npm install, you will receive warnings. You can ignore the warnings. It will run fine. To switch to the versions I specify in the course, do this:
- 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.
Okay, I will try it out.