Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Namespace required for installing prompt #17

Closed
ryzokuken opened this issue Mar 2, 2018 · 2 comments
Closed

Namespace required for installing prompt #17

ryzokuken opened this issue Mar 2, 2018 · 2 comments

Comments

@ryzokuken
Copy link

Here's what happen when I try to install it in the normal way (as suggested by docs):

❯ fisher spacefish
Installing 1 plugin/s
! Fetch spacefish github.com/fisherman/spacefish
! There was an error installing spacefish or more plugin/s.
Try using a namespace before the plugin name: owner/spacefish

Easy fix:

~/Code/banter master 
❯ fisher matchai/spacefish
Installing 1 plugin/s
OK Fetch spacefish github.com/matchai/spacefish
Done in 15s 984ms

After this, it just proceeds to throw #16

@matchai
Copy link
Owner

matchai commented Mar 2, 2018

Hey Ujjwal! Thank you for opening an issue.

You shouldn't need to provide a namespace when installing spacefish, since it has been added to the fisher index here: https://github.com/fisherman/index/blob/master/index#L487-L491

I would suggest trying to run the following commands:

__fisher_remote_index_update
fisher update
fisher install spacefish

I reinstalled spacefish on my end and didn't encounter any issues.
Let me know if it still fails to install 😄

@ryzokuken
Copy link
Author

ryzokuken commented Mar 2, 2018 via email

@matchai matchai closed this as completed Mar 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants