javascript-development-environment
javascript-development-environment copied to clipboard
JavaScript development environment discussed in "Building a JavaScript Development Environment" on Pluralsight
# Updated September 2020 The pull request shows how to update the course dev environment to use the latest dependency versions. To try this: 1. Clone the repo: `git clone...
This PR shows how to update the final course exercise to use the latest versions of all dependencies.
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...
https://devcenter.heroku.com/articles/upgrading-to-the-latest-stack See email they sent me too.
This worked for me, and I think the video shows the same. But Github version shows it swapped. I don't know if this matters or not because I haven't finished...
Hi Cory, First of all I would like to thank you very much for your wonderful course. Although it's not suite for my developing level, it is very fruitful and...
- [ ] Add callouts that nsp is no more - [ ] Switch to babel-preset-env "Babel-preset-env has replaced babel-preset-latest. - [ ] New versions of webpack now support an...
Hi Cory, after resolving the previous command by comparing/contrasting code from your final project code, I am now receiving this error. Have you come across it before? ``` > npm...