Closed Mat-moran closed 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:
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.
remix-config.ts
I leave this here to be documented, I will find for a solution...
Best regards
This PR solves the problem https://github.com/nrwl/nx-labs/pull/332 Thanks
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
: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