-
Notifications
You must be signed in to change notification settings - Fork 29.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
Windows - UNC Path Support via npm.ps1
#48471
Comments
The My question is how can we ensure that the Windows installer works whether or not the |
npm has PowerShell scripts that should be installed alongside the cmd and shell scripts on Windows. The PoweShell scripts should only be placed if they exist in npm's bin directory. Closes: nodejs#48471 Ref: npm/cli#6548
https://wixtoolset.org/docs/v3/xsd/wix/file/ - I think the answer is "you can't." |
If that's that case, then here is my plan: I'll hold off on my Node PR until the scripts have officially landed in npm and that version of npm has landed in Node. Once I do make the Node PR, I'll label it appropriately to indicate that it shouldn't be backported to any Node version that doesn't contain the *.ps1 scripts. |
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. |
keep-alive |
npm 9.8.0 added PowerShell scripts that should be installed alongside the cmd and shell scripts on Windows. Closes: #48471 Ref: npm/cli#6548
npm 9.8.0 added PowerShell scripts that should be installed alongside the cmd and shell scripts on Windows. Fixes: #48471 Refs: npm/cli#6548
npm 9.8.0 added PowerShell scripts that should be installed alongside the cmd and shell scripts on Windows. Fixes: #48471 Refs: npm/cli#6548 PR-URL: #52009 Reviewed-By: Luigi Pinca <[email protected]>
npm 9.8.0 added PowerShell scripts that should be installed alongside the cmd and shell scripts on Windows. Fixes: #48471 Refs: npm/cli#6548 PR-URL: #52009 Reviewed-By: Luigi Pinca <[email protected]>
npm 9.8.0 added PowerShell scripts that should be installed alongside the cmd and shell scripts on Windows. Fixes: #48471 Refs: npm/cli#6548 PR-URL: #52009 Reviewed-By: Luigi Pinca <[email protected]>
What is the problem this feature will solve?
npm.cmd
fails on Windows in UNC (And WSL) paths, because cmd.exe doesn't support UNC paths as cwd:npm/cli#6280
What is the feature you are proposing to solve the problem?
This PR partially resolves the problem, but we need more info, as requested by @lukekarrys:
npm/cli#6548
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: