Remix build failing

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’.

Hi there,

It looks like remix may not be installed by the time you are calling the build script. Can you ensure you are also running an npm install as part of your build command?

Best,

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.