Unknown or duplicate parameter: NodeCommand
I'm trying to deploy a Node.js API with Elastic beanstalk. I want to set the node command to start the app. This is my nodecommand.config: option_settings: aws:elasticbeanstalk:container:nodejs: NodeCommand: "npm start" This is my file structure: Whenever I try to run eb deploy , I get this error: 2020-05-13 19:03:44 INFO Environment update is starting. 2020