Nurutomo / wabot-aq

WhatsApp Bot
GNU General Public License v3.0
686 stars 1.38k forks source link

Nodemon error #913

Closed Graffian closed 2 years ago

Graffian commented 2 years ago

~/wabot-aq $ npm start

wabot-aq@2.5.1 start /data/data/com.termux/files/home/wabot-aq nodemon -x node index.js || touch index.js

sh: 1: nodemon: not found Screenshot_20211114-082141_Termux

This error comes everytime i have tried installing nodemon still it doesn't work

BochilGaming commented 2 years ago

~/wabot-aq $ npm start

wabot-aq@2.5.1 start /data/data/com.termux/files/home/wabot-aq nodemon -x node index.js || touch index.js

sh: 1: nodemon: not found Screenshot_20211114-082141_Termux

This error comes everytime i have tried installing nodemon still it doesn't work

npm install -g npm@6.14.14
npm install
npm start