Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build via windows #219

Open
fartwhif opened this issue Nov 2, 2022 · 1 comment
Open

Cannot build via windows #219

fartwhif opened this issue Nov 2, 2022 · 1 comment

Comments

@fartwhif
Copy link

fartwhif commented Nov 2, 2022

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",
@jeroenheijmans
Copy link

See also #175 specifically this comment that closes it (I had proposed PR #176 for it which I guess should be closed if the official advice is "use wsl").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants