When doing things like npm install @needle-tools/engine@latest, one needs to type @ characters into the terminal on StackBlitz.
For a while now, that has been broken (across multiple machines, so not specific to one machine), and @ characters can't be typed in. The workaround is typing an @ into the browser URL bar or into the code view and then copy-pasting that into the terminal.
Browser name = Chrome
Full version = 130.0.0.0
Major version = 130
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
performance.memory = {
"totalJSHeapSize": 74526599,
"usedJSHeapSize": 71923719,
"jsHeapSizeLimit": 4294705152
}
Hash = 34c588ed
Describe the bug
When doing things like
npm install @needle-tools/engine@latest
, one needs to type @ characters into the terminal on StackBlitz.For a while now, that has been broken (across multiple machines, so not specific to one machine), and @ characters can't be typed in. The workaround is typing an @ into the browser URL bar or into the code view and then copy-pasting that into the terminal.
Link to the blitz that caused the error
https://stackblitz.com/edit/three-dev-n6xvbd?file=main.js
Steps to reproduce
npm i @needle-tools/engine@latest
and note how annoying that is :)Expected behavior
Can type @ characters like any other character.
Parity with Local
Screenshots
No response
Platform
Additional context
No response