Note: Still struggling with this error on running npm start with create-react-app. Somebody please Halp

code: 'EADDRINUSE',
  errno: -98,
  syscall: 'listen',
  address: '::',
  port: 4000
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1

Fix : killall -9 node

~Day52


#Jan20 #daysofcode