Simple question here, and probably a stupid one. I'm trying to get node-sass-chokidar to output a main.css file into src in my react application but I can only get it to output a main.css directory with the main.css file in it.
"build-css": "node-sass-chokidar src/sass/main.scss -o src/main.css"