-
Notifications
You must be signed in to change notification settings - Fork 167
Closed
Labels
Description
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
- AppAuth-JS version: 1.3.0
- AppAuth-JS Environment (Node, Browser (UserAgent), ...): Windows 10
- Source code snippts (inline or JSBin)
brezelman