xxxxxxxxxx
//to resolve this problem best way is to open your terminal and in your project type
npm uninstall react-script
//after uninstalling done run this command
npm install react-script
//and now install
npm i buffer
//now you done there is no error for you
xxxxxxxxxx
I got it working by installing the missing modules.
npm install assert --save
npm install buffer --save