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

yarn clean:build or any command that depends on it fails on Windows #910

Closed
tgrajewski opened this issue Jul 16, 2020 · 2 comments · Fixed by #1172
Closed

yarn clean:build or any command that depends on it fails on Windows #910

tgrajewski opened this issue Jul 16, 2020 · 2 comments · Fixed by #1172
Labels
released This issue/pull request has been released.

Comments

@tgrajewski
Copy link

Expected Behavior

yarn clean:build shouldn't fail or any command that depends on it (like yarn build).

Current Behavior

yarn clean:build or any other command that depends on it fails.

Failure Information (for bugs)

There is no rm command on Windows obviously. What should a Windows user do if he/she wants to contribute to this project? Maybe CONTRIBUTING.md should be updated with more details?

Steps to Reproduce

  1. Clone this repository
  2. Run npm install
  3. Run yarn build or yarn clean:build or npm run build or npm run clean:build, etc.

Context

  • Jimp Version: 0.14
  • Operating System: Windows 10
  • Node version: 12

Failure Logs

'rm' is not recognized as an internal or external command,
operable program or batch file.
@tgrajewski tgrajewski changed the title yarn clean:build or any command that depends on it fails on Windows yarn clean:build or any command that depends on it fails on Windows Jul 16, 2020
@AndreasWJ
Copy link

Running yarn build works on Windows with Git Bash rather than CMD.

Although, I'm running into other issues, might be unrelated though.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2023

🚀 Issue was released in v0.22.1 🚀

@github-actions github-actions bot added the released This issue/pull request has been released. label Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants