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
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
}
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: