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
To ensure the modules generated by NMG function correctly, your main project must have the following core dependencies installed:
82
+
83
+
### Production Dependencies
84
+
```bash
85
+
npm install express awilix @prisma/client
86
+
```
87
+
88
+
### Development Dependencies
89
+
```bash
90
+
npm install --save-dev jest
91
+
```
92
+
93
+
> [!TIP]
94
+
> These dependencies are essential because the generated code relies on Express for routing, Awilix for Dependency Injection, and Prisma for the data layer.
0 commit comments