-
Sorry I'm not that familiar with shell so I may ask some dumb questions. I want to use Picgo CLI (an image uploader) with Shell Commands, like picgo upload But it told me Then I tried using the path returned by I know this is not a bug, since another plugin Snippets Plugin gives me the same errors. But I'm confused and thought I might get some help here. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi, thank you for your question! 🙂 Are you using macOS or Linux? This is a very new problem to me, so I don't know yet what might help. There has been another discussion with a similar issue but that's still unsolved. I'll quote an instruction from that discussion:
You mentioned that you checked If the content of Here is also another |
Beta Was this translation helpful? Give feedback.
-
@Taitava Thank you so much for your reply, it solved both problems for me! I'm on macOS. And yeah \. "/opt/homebrew/opt/nvm/nvm.sh" && picgo upload |
Beta Was this translation helpful? Give feedback.
-
Just a heads up here too, #150 is now in a beta test: #228 . It can be used to add directories to |
Beta Was this translation helpful? Give feedback.
Hi, thank you for your question! 🙂
Are you using macOS or Linux?
This is a very new problem to me, so I don't know yet what might help. There has been another discussion with a similar issue but that's still unsolved. I'll quote an instruction from that discussion:
You mentioned that you checked
$PATH
already, but I just wanted to make sure that did you…