Describe the bug
[ERROR] Cannot find module '~/utils/params' in NestJS application.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots

Desktop (please complete the following information):
- OS: Windows 10 Home Version 10.0.19044 Build 19044
- Browser: Chrome 112.0.5615.138 (Official Build) (64-bit)
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
I installed all versions from the latest to the 3.3.3. Same error. Using NestJS, TypeScript, pnpm. Tried installing dependencies with pnpm install --shamefully-hoist.
Describe the bug
[ERROR] Cannot find module '~/utils/params'in NestJS application.To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots

Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
I installed all versions from the latest to the 3.3.3. Same error. Using NestJS, TypeScript, pnpm. Tried installing dependencies with
pnpm install --shamefully-hoist.