I would to create a simple and basic html app for android using the androidjs framework: https://android-js.github.io/
I tried to follow some tutorial, i installed the builder with npm i g androidjs-builder, but when i make androidjs init
or androidjs --help
it returns command not found.
I tried also to install it locally, but nothing. In the npm list -g there is the framework correctly installed. How can i do? I can't find anything From windows 10 i'm trying.
THank you