Hey there, I am trying to host a Discord Bot on Render, which currently is successfully hosted on Heroku. I am facing a problem during deploy where Render tells me rimraf is not found.
The build command runs this: rimraf dist && tsc --project tsconfig.json
when I set npm run build under build in settings it gives me the error
rimraf is part of devdependancies in package.json, what am I missing?
Aug 4 06:59:39 PM
Aug 4 06:59:39 PM > robo@1.0.0 build
Aug 4 06:59:39 PM > rimraf dist && tsc --project tsconfig.json
Aug 4 06:59:39 PM
Aug 4 06:59:39 PM sh: 1: rimraf: not found