-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
node shell shim missing in Windows installation node, required for WSL #43861
Comments
/cc @nodejs/platform-windows |
This issue has been described in - nodejs#43861 Reason for using build subsystem - Shims will be just copied in stage_package label of vcbuild.bat Fixes: nodejs#43861
This issue has been described in - nodejs#43861 Reason for using build subsystem - Shims will be just copied in the stage_package label of vcbuild.bat Fixes: nodejs#43861
This issue has been described in - nodejs#43861 Reason for using build subsystem - Shims will be just copied in the stage_package label of vcbuild.bat Fixes: nodejs#43861
This issue has been described in - nodejs#43861 Reason for using build subsystem - Shims will be just copied in the stage_package label of vcbuild.bat Fixes: nodejs#43861
This issue has been described in - nodejs#43861 Reason for using build subsystem - Shims will be just copied in the stage_package label of vcbuild.bat Fixes: nodejs#43861
There has been no activity on this feature request for 5 months and it is unlikely to be implemented. It will be closed 6 months after the last non-automated comment. For more information on how the project manages feature requests, please consult the feature request management document. |
There has been no activity on this feature request and it is being closed. If you feel closing this issue is not the right thing to do, please leave a comment. For more information on how the project manages feature requests, please consult the feature request management document. |
What is the problem this feature will solve?
In the Windows installation of node, shell shim is missing which points to the node.exe required for using from WSL distros.
WSL Ubuntu 22.04 LTS
Git Bash can run the
node --version
command without appending .exe to the node as expected.Git Bash
What is the feature you are proposing to solve the problem?
There are two ways to solve this issue.
WSL Ubuntu 22.04 LTS -> Run as administrator
Command Prompt -> Run as administrator
WSL Ubuntu 22.04 LTS
What alternatives have you considered?
Installing node natively on WSL obviously solves the issue but it causes double dependencies of the core software and global packages, one on Windows and the other inside WSL.
The text was updated successfully, but these errors were encountered: