You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install a custom package with a special character in the name, for example "abc+d".
If I run the command scoop install abc+d, it is being returned "Couldn't find manifest for 'abc+d'.".
However, if I use the full path for the manifest "XXX\abc+d.json", it is being installed.