Closed jungsikjeong closed 4 months ago
I'm experiencing delays when changing and saving files due to ESLint.
if it's due to ESLint, how does this could be related with @nestjs/cli
? :thinking:
perhaps this is related with https://github.com/yarnpkg/berry/issues/8
if it's due to ESLint, how does this could be related with @nestjs/cli? 🤔
@micalevisk I'm curious if I correctly configured the yarn berry pnp option after fetching the boilerplate with nestjs/cli.
I guess you should configure it just as you would for any nodejs+typescript project
Thank you for taking the time to submit your report! From the looks of it, this could be better discussed on our Discord. If you haven't already, please join here and send a new post in the # 🐈 nestjs-help forum. Make sure to include a link to this issue, so you don't need to write it all again. We have a large community of helpful members, who will assist you in getting this to work.
Is there an existing issue for this?
Current behavior
I created a new project using @nestjs/cli and followed these steps:
After setting up Yarn Berry with PnP, I'm experiencing delays when changing and saving files due to ESLint.
After step 4, the .vscode folder was created, and it contains the extensions.json and settings.json files. It seems that the save delays started occurring around this time.
What could be the cause of this issue?
}
Minimum reproduction code
https://codesandbox.io/p/devbox/github/nestjs/typescript-starter/tree/master
Steps to reproduce
No response
Expected behavior
After setting up Yarn Berry with PnP, I'm experiencing delays when changing and saving files due to ESLint.
Package
Other package
No response
NestJS version
10.0.0
Packages versions
Node.js version
18.19.1
In which operating systems have you tested?
Other
No response