openid / openid/AppAuth-JS

Cannot build via windows

Open
#219 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.