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

Update dependencies

Open coryhouse opened this issue 8 years ago • 3 comments
trafficstars

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 https://github.com/coryhouse/javascript-development-environment.git
  2. Checkout this branch: git checkout update-2019

coryhouse avatar Feb 20 '17 12:02 coryhouse

@jcscott2015 - Thanks for the heads up - I updated the webpack.config syntax to use the latest style.

coryhouse avatar Oct 31 '17 12:10 coryhouse

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()'

augustin-colesnic avatar Nov 01 '18 21:11 augustin-colesnic

@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.

coryhouse avatar Nov 02 '18 01:11 coryhouse