-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Running npm commands freeze the IDE #2608
Labels
kind/bug
Outline of a bug - must adhere to the bug report template.
Milestone
Comments
@vparfonov please investigate whether there's a workaround that can be used to get people past this. |
@bmicklea we found workaround which allows to fix this specific problem, but looks like its challenge that require more time for investigation |
@vparfonov so this will continue in the next sprint? |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running npm commands freeze the IDE.
While doing an 'npm install' a lot of dependencies are retrieved and new files created inside of the workspaces. The IDE is triggering those file changes and trying to re-index the content of the workspace.
This behavior is freezing the IDE impacting the performances.
It basically makes the product not usable for a NodeJS project.
Discussed with @dkuleshov , it seems a side effect of the file watcher components. I believe this can be reproduced with other tools and in other situations where a lot of new files are created/modified in the workspace.
See the attached videos.
ide-freeze-npm-install-small.mp4 2.zip
Reproduction Steps:
Che version: 5.0.0-M3
Che install: beta.codenvy.com, but true with Che as well.
Additional information:
The text was updated successfully, but these errors were encountered: