Replies: 5 comments
-
|
I too have a similar problem with installing node-pty |
Beta Was this translation helpful? Give feedback.
-
|
use parenthesies in build process |
Beta Was this translation helpful? Give feedback.
-
|
same issue |
Beta Was this translation helpful? Give feedback.
-
|
@TeamPSS @nedngo I ran into the same issue you're facing, but managed to resolve it by installing the beta version of node-pty. You can find the beta releases on the npm registry, simply install using the specific version command. For my case, I personally used
which did the trick. |
Beta Was this translation helpful? Give feedback.
-
|
"node-pty": "1.1.0-beta33" + installing spectre-mitigrated in VS fixed it for me. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
my json package :
{ "name": "optium-studio", "version": "1.23.1", "main": "main.js", "devDependencies": { "electron": "^32.2.2", "electron-rebuild": "^1.11.0", "electron-tools": "^2.4.2" }, "scripts": { "start": "electron .", "rebuild": "electron-rebuild -f -w node-pty" }, "author": "MewaxCorp", "license": "ISC", "description": "", "dependencies": { "@vscode/codicons": "^0.0.36", "fs": "^0.0.1-security", "monaco-editor": "^0.52.0", "monaco-emmet": "^3.1.1", "path": "^0.12.7", "xterm": "^5.3.0" } }Beta Was this translation helpful? Give feedback.
All reactions