Jorge Bucaran
Jorge Bucaran
Does this print anything to your console? ```console curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish ```
Well, curl is required for using Fisher, so you'll need to sort that out. See here: https://curl.se/download.html#MacOSX And while you're at it, double-check to make sure you don't have a...
This is a rare occurrence. Fisher generally performs well for most users, and direct downloads tend to be faster. Previously, we used git for handling downloads but switched to our...
> I wonder if it would be possible for Fisher to create the universal variables on startup if they don't exist? Maybe, why not. Would you like to send me...
How did files from your plugins end up on the new machine?
@lianghx-319 Describe the issue, please.
How did you install nvm.fish and Fisher? I'm asking because I've seen people install these tools in unconventional ways, often leading to problems. Also, I noticed you're using: ```console fish...
@ujwal-setlur Your issue seems to stem from changes to the PATH made by you or your software after nvm has already configured Node. This might not necessarily be a bug.
Thanks for the info. Can you clarify the issue with Brew? I use Brew on my Mac and haven't had problems, even when installing Node through it, just to check...
If I brew install firebase-cli, that will also install Node in a way that interferes with setting the default version with nvm.fish, correct? I can try that out.