I am trying out NX for t…
I am trying out NX for the first time. So, when I run my nx commands locally, everything has been working fine. However, in CI (Github Actions), I have been getting “Module Not Found” errors. Attached is my error in CI
Responses:
Looks like it can not find the file apps/management/src/app/app.tsx
which is referenced by your main.tsx
Can you try running nx build management --prod
locally to see if that does work?
Here’s the output when run locally.
Github Actions CI Environment is running Node 12.18.0 and ubuntu-latest.
happy to take a look if you can share the repo
I got it figured out! I appreciate it! Your suggestion was helpful!