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

Terminal got stucked #1420

Closed
1 task done
Richie2900 opened this issue Apr 23, 2024 · 1 comment
Closed
1 task done

Terminal got stucked #1420

Richie2900 opened this issue Apr 23, 2024 · 1 comment

Comments

@Richie2900
Copy link

Describe the bug

while try to do ng generate component product-alerts the terminal gets stucked.

Link to the blitz that caused the error

https://stackblitz.com/edit/sgyubm-de8dkd?file=src%2Fapp%2Fproduct-list%2Fproduct-list.component.html,src%2Fapp%2Fproduct-list%2Fproduct-list.component.ts

Steps to reproduce

1.go to https://stackblitz.com/edit/sgyubm-de8dkd?file=src%2Fapp%2Fproduct-list%2Fproduct-list.component.html,src%2Fapp%2Fproduct-list%2Fproduct-list.component.ts
2. In terminal try to do ng generate component product-alerts it will give no response

Expected behavior

Should create a component named product-alerts.component.ts

Parity with Local

Screenshots

issue

Platform

Browser name  = Chrome
Full version  = 124.0.0.0
Major version = 124
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36
performance.memory = {
  "totalJSHeapSize": 91248880,
  "usedJSHeapSize": 85068560,
  "jsHeapSizeLimit": 2172649472
}
Hash = 7dbe22a9

Additional context

No response

@jrvidal
Copy link
Contributor

jrvidal commented Apr 23, 2024

@Richie2900 Did you try to kill the process first with Ctrl+C? Or to open a second terminal to run ng generate (with the + symbol on the upper right corner of the terminal panel)?

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

2 participants