android-js / androidjs

Platform to build android app using node js
MIT License
462 stars 109 forks source link

Readme example build fails #279

Closed rocket-pig closed 1 year ago

rocket-pig commented 1 year ago

Describe the bug First example build suggested to try is:

git clone https://github.com/android-js/sample-app

cd chat-app

npm install androidjs b -f

To begin with it says chat-app where the actual name is sample-app

Secondly androidjs immediately fails with can not find package.json

To Reproduce Steps to reproduce the behavior:

  1. Go to main project page
  2. Run the code listed as a demo
rocket-pig commented 1 year ago

Just change above to

git clone https://github.com/android-js/sample-app

cd sample-app

cd chat-app

npm install androidjs b -f

The demo shouldnt fail... easy fix.