DEV Community

Discussion on: Configuring babel for Node.js/Express Server

Collapse
 
suelopoder profile image
Diego Sisto

Thanks man! Short and spot on!
Niptick:

  • where it says "npm install --save exress body-parser cors"
  • it should say "npm install --save express body-parser cors" (express misses a "p")
Collapse
 
ganeshmani profile image
GaneshMani

Thanks for the correction man! :-) Fixed it