javascript-development-environment icon indicating copy to clipboard operation
javascript-development-environment copied to clipboard

Run the versions I specify in the course

Open coryhouse opened this issue 6 years ago • 1 comments
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:

  1. Delete node_modules
  2. Copy the dependencies and devDependencies from the package.json that I provide in the course
  3. Run this to install dependencies: npm install
  4. Once you complete the course, I show how to update to the latest versions here.

coryhouse avatar Jul 22 '19 14:07 coryhouse

Okay, I will try it out.

oyedeyeye avatar Aug 22 '19 08:08 oyedeyeye