-
### Current Behavior
When running the command `nx run-many --target=serve --projects=tag:backend`, it crashes while building the apps.
The apps depend on some buildable libraries we have in our proj…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
Building using swc leads to imports that use paths to be absolute paths instead of relative o…
-
**Describe the bug**
Note, this may be because nx itself doesn't scan .svelte files for deps. I am going to pray I can get them to help if that's the case.
If you run nx graph and select your svel…
-
Hi, thanks for making such an awesome tool. Is it possbile to also add nestjs-query support? I saw there is nest-crud which is great, but IMHO a GraphQL API has many advantages over REST. It would be …
-
### Link to the page where something nasty is located
_No response_
### Exact quote of what is wrong
When I copied below example to test:
`function Demo() {
const [value, setValue] = useSt…
-
![image](https://github.com/nestjs/nestjs.com/assets/13461315/8e445a56-f897-455f-91a1-74dc2b8f6165)
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
Cannot install @nestjs/cli (tested on node 18.16.1 / ubuntu 22.04.2)
### Minimum reproductio…
-
* **Version**: v10.6.0
* **Platform**: Linux 4.15.0-24-generic #26~16.04.1-Ubuntu SMP Fri Jun 15 14:35:08 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
* **Subsystem**:
The code bellow will end with …
-
When I use `import {JSONFile} from 'lowdb/lib/node'` it return the following error message.
```
[ERROR] Could not resolve "lowdb/lib/node"
src/users.ts:2:23:
2 │ import {JSONFile} fr…
-
### Is there an existing issue that is already proposing this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe it
Now I can declare…