Expected Behavior
[REQUIRED] Describe expected behavior
project builds
[REQUIRED] Actual Behavior
'rm' is not recognized as an internal or external command, operable program or batch file.
Describe the problem
[REQUIRED] Steps to reproduce the behavior
npm run-script build-app
[REQUIRED] Environment
- AppAuth-JS version: _unsure, whatever it is in the latest clone
- AppAuth-JS Environment (Node, Browser (UserAgent), ...): command line
- Source code snippts (inline or JSBin)
found problem in package.json
workaround, in package.json:
"clean": "del /S /Q built",
Expected Behavior
[REQUIRED] Describe expected behavior
project builds
[REQUIRED] Actual Behavior
'rm' is not recognized as an internal or external command, operable program or batch file.Describe the problem
[REQUIRED] Steps to reproduce the behavior
npm run-script build-app[REQUIRED] Environment
found problem in
package.jsonworkaround, in
package.json: