-
Notifications
You must be signed in to change notification settings - Fork 262
Closed as not planned
Labels
Description
Describe the bug
When I use Vite+Vue3, after I use 'npm install element-plus', the terminal does not response. I restart the container and it keeps running start command like the screenshot. After I uninstall, and restart, it turns well.
Link to the blitz that caused the error
https://stackblitz.com/edit/vitejs-vueblog?file=README.md
Steps to reproduce
- open a vitejs-vue container
- npm install element-plus
- restart the terminal
Expected behavior
the terminal goes well and install element-plus normally
Parity with Local
- I have run the project in my local machine and I could not reproduce the issue.
Screenshots
Platform
Browser name = Chrome
Full version = 103.0.5060.114
Major version = 103
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62
performance.memory = {
"totalJSHeapSize": 74456395,
"usedJSHeapSize": 65022999,
"jsHeapSizeLimit": 2172649472
}
Hash = 1f021b18268b32e6c6b2095e039ac8c9f88b0d52
Additional context
No response
