openid / AppAuth-JS

JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.
Apache License 2.0
975 stars 162 forks source link

Cannot build via windows #219

Open fartwhif opened 1 year ago

fartwhif commented 1 year ago

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

found problem in package.json

    "clean": "rm -rf built",

workaround, in package.json:

    "clean": "del /S /Q built",
jeroenheijmans commented 1 year ago

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").