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

Alfy out of date #10

Open
joshstrange opened this issue Jan 24, 2020 · 0 comments
Open

Alfy out of date #10

joshstrange opened this issue Jan 24, 2020 · 0 comments

Comments

@joshstrange
Copy link

Ran into an issue due to this referencing a version of Alfy that doesn't support Alfred 4. I updated my package.json to use alfy 0.9.1 to fix my issues:

$ npx alfy-init
Error: Command failed: alfred-link
Error: Alfred preferences not found at location /Users/josh/Library/Preferences/com.runningwithcrayons.Alfred-Preferences-3.plist
    at /Users/josh/git/joshstrange/<removed>/node_modules/resolve-alfred-prefs/index.js:15:10

    at /Users/josh/git/joshstrange/<removed>/node_modules/execa/index.js:201:11
    at processTicksAndRejections (internal/process/task_queues.js:93:5) {
  code: 1,
  killed: false,
  stdout: '',
  stderr: 'Error: Alfred preferences not found at location /Users/josh/Library/Preferences/com.runningwithcrayons.Alfred-Preferences-3.plist\n' +
    '    at /Users/josh/git/joshstrange/<removed>/node_modules/resolve-alfred-prefs/index.js:15:10\n',
  failed: true,
  signal: null,
  cmd: 'alfred-link',
  timedOut: false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant