Skip to content

Cannot build via windows #219

@fartwhif

Description

@fartwhif

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions