Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Update npm package for Alfred 4 #19

Open
kknopper opened this issue Jun 4, 2019 · 3 comments
Open

Update npm package for Alfred 4 #19

kknopper opened this issue Jun 4, 2019 · 3 comments

Comments

@kknopper
Copy link

kknopper commented Jun 4, 2019

Recently just updated Alfred for its version 4 release. When I tried npm install it failed - it looks like the preferences path is different with the new release

@kisnows
Copy link

kisnows commented Jun 19, 2019

Same with you.

{ Error: Command failed: alfred-link
Error: Alfred preferences not found at location /Users/xxx/Library/Preferences/com.runningwithcrayons.Alfred-Preferences-3.plist
    at pathExists.then.exists (/usr/local/lib/node_modules/alfred-vscode/node_modules/resolve-alfred-prefs/index.js:15:10)


    at makeError (/usr/local/lib/node_modules/alfred-vscode/node_modules/execa/index.js:174:9)
    at Promise.all.then.arr (/usr/local/lib/node_modules/alfred-vscode/node_modules/execa/index.js:278:16)
    at process._tickCallback (internal/process/next_tick.js:68:7)
  code: 1,
  stdout: '',
  stderr:
   'Error: Alfred preferences not found at location /Users/xxx/Library/Preferences/com.runningwithcrayons.Alfred-Preferences-3.plist\n    at pathExists.then.exists (/usr/local/lib/node_modules/alfred-vscode/node_modules/resolve-alfred-prefs/index.js:15:10)\n',
  failed: true,
  signal: null,
  cmd: 'alfred-link',
  timedOut: false,
  killed: false }

@Liquidmantis
Copy link

This is an issue with a dependency.
sindresorhus/alfy#110

@LitoMore
Copy link

Now Alfy supports Alfred 4, alfred-link has been released a patch update to add support for Alfred 4. Just update your dependencies to get it to work. 😄

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

No branches or pull requests

4 participants