Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CocServer Cancel All request after npm install. #431

Open
chaozwn opened this issue May 27, 2023 · 4 comments
Open

CocServer Cancel All request after npm install. #431

chaozwn opened this issue May 27, 2023 · 4 comments

Comments

@chaozwn
Copy link

chaozwn commented May 27, 2023

reproduce

  1. yarn add @prisma/client
  2. run code action import
  3. all action failed.
@chaozwn
Copy link
Author

chaozwn commented May 27, 2023

it seems run tsserver.reloadProjects have same problem.

@chemzqm
Copy link
Member

chemzqm commented Sep 19, 2023

Should be issue with tsserver

@chaozwn
Copy link
Author

chaozwn commented Mar 19, 2024

Should be issue with tsserver

Should be issue with tsserver

Watchman crashed after instantaneously monitoring a vast number of file changes in node_modules, possibly tens of thousands.

@fannheyward
Copy link
Member

fannheyward commented Mar 20, 2024

@chaozwn try add . watchmanconfig in your project root.

{
  "ignore_dirs": [
    "_site",
    "node_modules",
    "dist",
    "coverage",
    "build",
    "logs"
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants