-
Notifications
You must be signed in to change notification settings - Fork 161
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
Powershell support #175
Comments
Temporary solution would be to use git for windows shell, but really it should stay cross-platform. |
Pull requests would be greatly appreciated here. |
One way to solve it is with above suggested PR. Tested it on Windows 10, also ran |
You can use WSL. |
Workaround:
or instead use this line to be compatible with unix and windows: Windows users will see the rm not found error in console, but the command succeeds with the alternative command provided. |
Expected Behavior
[REQUIRED] Describe expected behavior
npm run-script --silent build-app should not rely on unix commands as to stay cross-platform.
Describe the problem
'rm' is not recognized as an internal or external command,
operable program or batch file.
[REQUIRED] Actual Behavior
npm run-script --silent build-app
'rm' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @openid/[email protected] prepare:
npm run-script --silent build-app
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @openid/[email protected] prepare script.
[REQUIRED] Steps to reproduce the behavior
clone the repository and run the script from a powershell environment.
[REQUIRED] Environment
The text was updated successfully, but these errors were encountered: