Heroku – devDependencies not being installed on build phase
I’m trying to deploy my first app to Heroku
Per the documentation, Heroku build phase should install the devDependencies, right?
But it always fail with tsc not found
I even tried to add typescript
as a dependency, not devDependency, the tsc worked during the build phase, but the frontend failed due to the @types/react
not installed
It should work and I’m not sure why it’s not working