-
Couldn't load subscription status.
- Fork 167
Open
Description
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
"clean": "rm -rf built",workaround, in package.json:
"clean": "del /S /Q built",Metadata
Metadata
Assignees
Labels
No labels