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 get the following error when serving a Remix app with nx serve remix-demo:
TypeError: Cannot read properties of undefined (reading 'data')
at getRelativeDependencyPaths (F:\test\node_modules\@nx\remix\src\utils\create-watch-paths.js:27:25)
at Object.<anonymous> (F:\test\node_modules\@nx\remix\src\utils\create-watch-paths.js:20:16)
at Generator.next (<anonymous>)
at fulfilled (F:\test\node_modules\tslib\tslib.js:164:62)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Warning: run-commands command "remix dev" exited with non-zero status code
I believe the create-watch-paths utils are not taking Windows platform into account when mapping file paths since the path separator is \ (i.e. apps\remix-demo) instead of / (i.e. apps/remix-demo).
I get the following error when serving a Remix app with
nx serve remix-demo
:I believe the create-watch-paths utils are not taking Windows platform into account when mapping file paths since the path separator is
\
(i.e.apps\remix-demo
) instead of/
(i.e.apps/remix-demo
).NX report
The text was updated successfully, but these errors were encountered: