ExpoSEJS / ExpoSE

A Dynamic Symbolic Execution (DSE) engine for JavaScript. ExpoSE is highly scalable, compatible with recent JavaScript standards, and supports symbolic modelling of strings and regular expressions.
MIT License
188 stars 36 forks source link

command not found: expoSE #109

Open Yongli0510 opened 1 year ago

Yongli0510 commented 1 year ago

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.

jkinder commented 1 year ago

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

Yongli0510 commented 1 year ago

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
jawline commented 1 year ago

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).

trungkien20020428 commented 1 year ago

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

jawline commented 1 year ago

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.