javascript-development-environment
javascript-development-environment copied to clipboard
Update dependencies
Updated September 2020
The pull request shows how to update the course dev environment to use the latest dependency versions.
To try this:
- Clone the repo:
git clone https://github.com/coryhouse/javascript-development-environment.git - Checkout this branch:
git checkout update-2019
@jcscott2015 - Thanks for the heads up - I updated the webpack.config syntax to use the latest style.
after updating the files for Babel7, express used in srcServer.js does not recognize the get method. Webstorm inspector shows this message: 'Unresolved function or method get()'
@baakaweb - I just pulled this branch down and it runs fine. I'm not running web storm, so can't say why you're seeing that message. But I do suggest deleting node_modules and reinstalling. After that, it should run fine.