I’m receiving the following error while trying to build my Remix app:
Jul 12 11:49:00 AM
Jul 12 11:49:00 AM > build
Jul 12 11:49:00 AM > remix build
Jul 12 11:49:00 AM
Jul 12 11:49:00 AM sh: 1: remix: not found
Jul 12 11:49:00 AM ==> Build failed 😞
I’ve ensured that all of my dependencies are installed.
Build script:
"build": "remix build"
And the service is ‘reignmakers-frontend’.