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

Fix autify update with Windows and brew #128

Open
riywo opened this issue Sep 12, 2022 · 2 comments
Open

Fix autify update with Windows and brew #128

riywo opened this issue Sep 12, 2022 · 2 comments

Comments

@riywo
Copy link
Contributor

riywo commented Sep 12, 2022

On Windows:

Run autify update
@autifyhq/autify-cli: Updating CLI... not updatable

With brew on GitHub Actions:

Run autify update
@autifyhq/autify-cli: Updating CLI... fetching manifest

@autifyhq/autify-cli: Updating CLI from 0.10.0-beta.0 to 0.10.0-beta.0-2f002ba (beta)... done
node:internal/process/promises:2[7](https://github.com/autifyhq/autify-cli/actions/runs/3031442476/jobs/4878335436#step:8:8)[9](https://github.com/autifyhq/autify-cli/actions/runs/3031442476/jobs/4878335436#step:8:10)
            triggerUncaughtException(err, true /* fromPromise */);
            ^

[Error: ENOENT: no such file or directory, open '/Users/runner/.local/share/autify/channel'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/Users/runner/.local/share/autify/channel'
}

Note: autify update works on my macOS laptop (autify is installed via brew).

GitHub Actions example: https://github.com/autifyhq/autify-cli/actions/runs/3031442476

@riywo
Copy link
Contributor Author

riywo commented Sep 14, 2022

@riywo
Copy link
Contributor Author

riywo commented Sep 15, 2022

Windows bugs are fixed by #132 #135

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

No branches or pull requests

1 participant