-
Notifications
You must be signed in to change notification settings - Fork 258
Closed
Description
Describe the bug
When I first open Stackblitz and run terminal commands without modifying any code, it works fine. The moment I write lines of code and run "node problems/name-of-problem-you-are-on.js" on the terminal, after hitting the "return" key, it skips to the next line without processing any command.
Link to the blitz that caused the error
https://stackblitz.com/edit/github-e1vi1o-e8pzdf?file=problems%2F02-while-loop-translation.js
Steps to reproduce
- Go to Stackblitz "problems" file.
- write new lines of code in the code editor.
- run "clear" in the terminal.
- run "node problems/name-of-problem-you-are-on.js"
Expected behavior
I expected the terminal to test the code I wrote and return the values from the console.log function call.
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 = 128.0.0.0
Major version = 128
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36
performance.memory = {
"totalJSHeapSize": 112162747,
"usedJSHeapSize": 103609311,
"jsHeapSizeLimit": 4294705152
}
Hash = 24eaa195
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels