You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just start a new remix project and get this error when the future flag v2_dev: true
error command not found: remix-serve
┃ `remix dev` did not receive `--command` nor `-c`, defaulting to `remix-serve build/index.js`.
┃ You probably meant to use `-c` for your app server command.
┃ For example: `remix dev -c 'node ./server.js'`
┗
> NX Remix app exited with code 1
Pass --verbose to see the stacktrace.
> NX Running target serve for project buscaproducto-api failed
It is strange because by default is activated in the latest version of Remix and the command to start the app has not changed still being remix dev.
The text was updated successfully, but these errors were encountered:
Hi,
I just start a new remix project and get this error when the future flag
v2_dev: true
It is strange because by default is activated in the latest version of Remix and the command to start the app has not changed still being
remix dev
.The text was updated successfully, but these errors were encountered: