You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Clone this repository
Run npm install
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.
The text was updated successfully, but these errors were encountered:
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
Expected Behavior
yarn clean:build
shouldn't fail or any command that depends on it (likeyarn 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
npm install
yarn build
oryarn clean:build
ornpm run build
ornpm run clean:build
, etc.Context
Failure Logs
The text was updated successfully, but these errors were encountered: