Cannot build via windows
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 165
- PR merge metrics
- No merged PRs in 30d
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",
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in package.json and run npm run-script build-app on Windows to reproduce the failing clean script. Update the build command so the project builds on Windows, then verify that the built output is created successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100