-
Trying to use the install script to get a fresh install of rocks.nvim, but I can't seem to get it to work.
Can someone help me figure out what's going on? I was on the old nightly release but decided to just do a fresh install. I deleted my old rocks directory and reran the script and got this odd message. What seems to be the problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey 👋 When |
Beta Was this translation helpful? Give feedback.
I found the issue. It's a bug in my
.zshrc
. I added a directory toPATH
which contained a script named "install" which took precedence over theinstall
command. Removing that directory fromPATH
seems to have solved the problem. Thanks for including in the new debugging information. Was helpful to find out what was going on.