spckio / spck-issues

Spck Editor Issues
https://spck.io
74 stars 15 forks source link

SPCK NodeJS terminal #675

Closed afaeid closed 8 months ago

afaeid commented 9 months ago

The terminal should be updated to bash. Besides, nodemon package doesn't work. why?

spck-io commented 8 months ago

Bash is a program written for linux, it does not come with the Android distros. Android distros uses zsh and execp and exec permissions are disabled which prevents running programs for security reasons... It's a security problem.

afaeid commented 8 months ago

So, how can I solve this security problem?