StephenGrider / ReduxSimpleStarter

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

Error with "npm start" #276

Closed Avchhikara closed 5 years ago

Avchhikara commented 5 years ago

Sir, I am getting the error shown in the picture below: react error

Avchhikara commented 5 years ago

This one too! error react

DMIScottNoring commented 5 years ago

I resolved it by changing the port in the webpack.config.js. Also make sure you open your terminal as admin.

devServer: { port: 3000, //Added this historyApiFallback: true, contentBase: './', watchOptions: { aggregateTimeout: 300, poll: 1000 }