Error with NPM installation on Windows #5568
Unanswered
KarelRuzicka
asked this question in
Q&A
Replies: 1 comment
-
Firstly, code-server works only on POSIX-compliant systems like macOS(Unix) or Ubuntu(Linux/Unix-like). While Windows uses Windows NT, it is not POSIX-compliant. The only way to install code-server is through WSL. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While installing code-server on windows using NPM, I have encountered the following error:
TypeError: '>=' not supported between instances of 'str' and 'int' while trying to load binding.gyp
Full error dump:
npm.log
I have installed all of the required prerequisites:
https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites
Any idea how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions