SyntaxFix
Write A Post
Hire A Developer
Questions
Put --exec arg in single quotation.
--exec
single quotation
e.g. I changed "nodemon --exec yarn build-langs" to "nodemon --exec 'yarn build-langs'" and worked.
"nodemon --exec yarn build-langs"
"nodemon --exec 'yarn build-langs'"