Hi everyone,
I’m new to Ruby on Rails and have been learning through ruby tutorial. I’ve recently encountered a problem with deploying my Rails app and could really use some help.
Here’s the issue: I’m trying to deploy my app to Heroku, but I keep getting an error during the build process. The error message mentions something about “node.js not being detected.” I’ve already installed Node.js on my local machine and made sure my package.json file is set up correctly. However, the problem persists.
Has anyone else faced a similar issue or knows how to fix this?
Thanks in advance