-
I have this:
```docker
FROM node:9
USER node
WORKDIR /home/node/app
COPY package.json .
RUN npm install --loglevel=warn;
```
and I get:
```console
Step 20/24 : RUN npm install --logle…
-
### Current Behavior
nx nest serve error
### Expected Behavior
nx nest ok
### GitHub Repo
_No response_
### Steps to Reproduce
- `npx create-nx-workspace@latest --pm pnpm` (None)
- `npx nx --v…
-
## I'm submitting a...
[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post…
-
*Track under CWM in Clockify*
## Description
Let's create the tickets for the first steps in creating the MM backend.
This whiteboarding session is to create tickets that will get us to the point th…
-
Type: Bug
I have installed official VueJS extension along with ESLInk and prettier still intellisene is not working when i use ref() method without importing it
VS Code version: Code 1.93.0 (484…
-
### Checklist
- [X] I have looked into the [Readme](https://github.com/auth0/node-auth0#readme), [Examples](https://github.com/auth0/node-auth0/blob/master/EXAMPLES.md), and [FAQ](https://github.com/…
-
After upgrading to latest release (7.0.0), I got this error:
```
/Users/user/Desktop/project/node_modules/@jorgebodega/typeorm-seeding/dist/cli.js:2
import { bootstrap } from './commands/seed.com…
-
| Q | A
| ------------------------------- | -------
| Bug or feature request? | Bug
| Which Swagger/OpenAPI version? |
| Which Swagger-UI vers…
-
I see this project with great potential. Especially the fact that it was inspired by spring and angular. I was thinking about writing one on my own but I would be happy to contribute to this project.…
-
### Current Behavior
1. I have a project based on nx-v16.x that has been developed for a long time;
2. Previously, Nestjs-cls was introduced and everything was functioning normally;
3. When I a…