erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
12k stars 2.5k forks source link

Cannot resolve module 'React' on server #1384

Open pkumar01 opened 7 years ago

pkumar01 commented 7 years ago

Hi,

I have server with CentOS with Node 7.4.0 and NPM 4.0.5, when i am deploying my code on that server it saying "Cannot resolve module 'React' " is there anything which i missed, because when i run this project on my local it works fine but don't know deploying same code on server but getting above error.

Please advice.

Thanks, Pradeep