In my node app, I am using express. all works fine, But i am getting error in the cmd. I use all are updated modules...
cmd
my code :
The error says you need to provide the extended option for the body-parser like so:
app.use(bodyParser.urlencoded({ extended: false }))