rewardenv / reward

Reward is a Swiss Army knife CLI utility for orchestrating Docker based development environments.
https://rewardenv.readthedocs.io
MIT License
89 stars 13 forks source link

Error during env stopping process #34

Closed ghost closed 1 year ago

ghost commented 1 year ago

After upgrading from v0.3.25-beta to v0.4.0 I am getting this error when I try to stop the environment I am in.

INFO    Pausing mutagen sync session...
sh: 1: mutagen: not found
ERROR   error running env command: an error occurred while configuring the command: an error occurred while pausing mutagen sync: cannot pause mutagen sync session: error running command: sh: exit status 127

Screenshots image image

Specifications

janosmiko commented 1 year ago

Hello @leoner-omnipro .

If you were using the WSL2 Direct Mount option (REWARD_WSL2_DIRECT_MOUNT) previously, you should configure REWARD_SYNC_ENABLED=false instead.

That option was removed in this release. See the breaking changes section. https://github.com/rewardenv/reward/releases/tag/v0.4.0

janosmiko commented 1 year ago

I found the issue and hopefully fixed in version 0.4.1.