-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
添加workflow后,使用时错误 #82
Comments
@guiqide 支持的,上面说你的 |
@jaywcjlove |
@guiqide Alfred 依赖 node.js 因为里面的脚本是 node.js 写的。 |
@jaywcjlove 我用nvm做node版本控制,当前nodejs版本为:v8.9.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
安装插件后,在alfred下开启debug显示如果错误:
Starting debug for 'Linux Command'
[2019-04-28 14:24:30][ERROR: input.scriptfilter] Code 134: dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.60.dylib
Referenced from: /usr/local/bin/node
Reason: image not found
/bin/bash: line 2: 80451 Abort trap: 6 /usr/local/bin/node <<-'CODE'
require("./linux")("c");
CODE
请问这是因为node不支持es2015语法吗?
The text was updated successfully, but these errors were encountered: