shreyashsaitwal / rush-cli

:zap: A new and improved way of building MIT AI2 extensions.
GNU General Public License v3.0
46 stars 25 forks source link

Cannot create or build extension #9

Closed jaxparrow07 closed 3 years ago

jaxparrow07 commented 3 years ago

image Error When creating

image Error when Building.

I hope you'll fix those in the next release

shreyashsaitwal commented 3 years ago

It looks like you've renamed the Rush executable (rush.exe). You aren't supposed to do so. Renaming it back to rush.exe should solve the Issue.

jaxparrow07 commented 3 years ago

Actually, I am using linux the linux binary. I am using alias and even tried using the full path /opt/rush/bin/rush.

shreyashsaitwal commented 3 years ago

Aliasing isn't currently supported. I'd rather suggest you to remove the alias.

jaxparrow07 commented 3 years ago

Actually, the problem is not with the alias. image

shreyashsaitwal commented 3 years ago

It is because of aliasing. Internally, Rush invokes some shell commands, like which rush, and because rush is now aliased, the command doesn't work, and hence, the exception.