StephenGrider / ReduxSimpleStarter

Starter pack for an awesome Udemy course
MIT License
3.56k stars 4.63k forks source link

could you please upedate package.json #182

Open metamorph-online opened 6 years ago

metamorph-online commented 6 years ago

with the react 16.1.1 it would be great if you could update package.json with the last script versions:)

metamorph-online commented 6 years ago

btw, thank you for your courses, really helpful

elcolie commented 6 years ago
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.
npm WARN deprecated babel-preset-es2015@6.24.1: 🙌  Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
StephenGrider commented 6 years ago

The warning messages are OK, they are largely dependencies-of-dependencies that aren't heavily used by the package.

elcolie commented 6 years ago

Okay. I feel safe now. Thank you for your confirmation.

dansalahi commented 6 years ago

please update the package.json

seoninja13 commented 6 years ago

Yes, please update the package.json. "npm start" returns bunch of errors with outdated dependencies.

Update: Even with the current "Not updated" dependencies, is working for me. Just make sure before you run it, check whether you have any processes running on port:8080. if yes: then that process, and then run .