how do I link my src/app.js file to babel

src/app.js file keeps showing it doesn’t exist in git bash

I tried adding quotations
babel src/app.js –out-file=public/scripts/app.js –presets=”env,react”
instead of this

babel src/app.js –out-file=public/scripts/app.js –presets=env,react but it still did not work