feat: make npm package install work on windows (#2419)
This commit is contained in:
parent
eb3c820fb8
commit
bbaae459c6
4 changed files with 43 additions and 2 deletions
|
|
@ -52,5 +52,7 @@ echo It seems that your package manager failed to install the right version of t
|
|||
exit /b 1
|
||||
|
||||
:execute
|
||||
rem Execute the binary with all arguments
|
||||
"%resolved%" %*
|
||||
rem Execute the binary with all arguments in the same console window
|
||||
rem Use start /b /wait to ensure it runs in the current shell context for all shells
|
||||
start /b /wait "" "%resolved%" %*
|
||||
exit /b %ERRORLEVEL%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue