ExpoSE icon indicating copy to clipboard operation
ExpoSE copied to clipboard

command not found: expoSE

Open Yongli0510 opened this issue 1 year ago • 5 comments

I try to install expoSE using command npm install. Although the installation was successful (even with a few warning), the "expoSE" command could not be found: image Do you know what the problem is? Thanks.

Yongli0510 avatar Jul 03 '23 08:07 Yongli0510

Does the expoSE script exist in the current directory? Have you tried running ./expoSE?

jkinder avatar Jul 03 '23 10:07 jkinder

Does the expoSE script exist in the current directory? Have you tried running ./expoSE?

I have tried it, but it still cann't work: 1688383013163

Yongli0510 avatar Jul 03 '23 11:07 Yongli0510

It seems like the installation failed somewhere. I think the npm install rules have changed. I just pushed some new install instructions, could you try those install (git pull -u && ./install).

jawline avatar Sep 14 '23 09:09 jawline

It seems like the installation failed somewhere. I think the npm install rules have changed. I just pushed some new install instructions, could you try those install (git pull -u && ./install).

Hi @jawline , can you check it again, I ran with your suggestion but still get error like the comment of Yongli0510 thank you

trungkien20020428 avatar Sep 22 '23 14:09 trungkien20020428

Could you try now using the complete instructions (including install node using fnm) supplied in the README? It seems like some dependencies have changed out from under me.

jawline avatar Oct 02 '23 15:10 jawline