nrwl / nx-labs

A collection of Nx plugins
MIT License
144 stars 50 forks source link

@nx/remix | incompatibility during build step with module `remix-flat-routes` #333

Closed Mat-moran closed 1 year ago

Mat-moran commented 1 year ago

Hi,

I have found that there is an incompatibility in the actual build step with the new executor with the module remix-flat-routes

The error is the next one after execute the command nx build myapp:

Error occurred while trying to build application.
Error: ENOENT: no such file or directory, scandir 'app/routes'

I do not know if I have to add something to the configuration in the remix-config.ts.

I leave this here to be documented, I will find for a solution...

Best regards

Mat-moran commented 1 year ago

This PR solves the problem https://github.com/nrwl/nx-labs/pull/332 Thanks