-
Notifications
You must be signed in to change notification settings - Fork 49
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 won't show when use Volta manage Node version #276
Comments
hi, can you try with npm? and also provide the installation trace? |
ok, I double check my env & how I install the workflow for the first time & how I update it. So I have node installed globally with brew, I use it to install / update the workflow (actually node 18.3 / npm 8.12.1). If I understand the doc of Volta, you should run |
I tried to use Then i reinstall Volta again and it still works. I'll look into it later. But we now know the solution is remove volta and install node using other means. |
I had the same issue and thought these infos could be helpful for others. I found out that the symlink in the workflows folder is wrong. Volta puts packages in a temp folder which messes things up. if you run Volta seems to have a bug with global installs without a bin in the package. I solved it this way: I installed Then i used the installed npm binary to install the extension e.g. Now the workflow should be listed when you run it took 10 seconds for alfred to recognize the "new" workflow, afterwards it works fine again. |
FAQ
Describe the bug
I use volta to manage node version. Workflow doesn't show after install this package as global denpendencies.
To Reproduce
@bchatard/alfred-jetbrains
as global dependencyExpected behavior
Workflow should show after install
@bchatard/alfred-jetbrains
as global dependencyAlfred Version
4.6.3
Node Version
16.5.1
NPM Version
8.11.0
Jetbrains Product & Version
WebStrom 2022.1.2
Installation type
Classic via .dmg
OS
macOS 12.3.1
The text was updated successfully, but these errors were encountered: