-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nest js + Expo #23233
Labels
outdated
scope: node
Issues related to Node, Express, NestJS support for Nx
scope: react-native
Issues relating to React Native
type: bug
Comments
AgentEnder
added
scope: node
Issues related to Node, Express, NestJS support for Nx
scope: react-native
Issues relating to React Native
labels
May 10, 2024
@mrs4z the workaround is just to delete |
@xiongemi I just checked - it works! Thanks for the answer! |
xiongemi
added a commit
that referenced
this issue
May 31, 2024
config.js <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #26118 #25291 #23233
fixed in pr #26137 |
FrozenPandaz
pushed a commit
that referenced
this issue
Jun 3, 2024
config.js <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #26118 #25291 #23233 (cherry picked from commit 2cb7ecb)
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
outdated
scope: node
Issues related to Node, Express, NestJS support for Nx
scope: react-native
Issues relating to React Native
type: bug
Current Behavior
Hi! I have a problem...
The problem is that when I try to link the expo + nest js monorepository, namely when I try to run one of the applications, I get the following error.
Separately everything works great.
Expected Behavior
I expect that all applications will launch without errors.
GitHub Repo
No response
Steps to Reproduce
npx create-nx-workspace --pm yarn
nx add @nx/expo
nx g @nx/expo:app mobile
nx add @nx/nest
nx g @nx/nest:application backend
... and run serve mobile or backend applications..
Nx Report
Failure Logs
Package Manager Version
1.22.22
Operating System
Additional Information
Maybe it is possible to remove webpack from nest js?
The text was updated successfully, but these errors were encountered: