kengz / aiva

AIVA (A.I. Virtual Assistant): General-purpose virtual assistant for developers.
http://kengz.me/aiva/
MIT License
822 stars 595 forks source link

Aiva npm runsetup shows error #52

Open adhip49 opened 6 years ago

adhip49 commented 6 years ago

C:\xampp\htdocs\aiva>npm run setup

aiva@4.2.0 setup C:\xampp\htdocs\aiva bin/setup

'bin' is not recognized as an internal or external command, operable program or batch file. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! aiva@4.2.0 setup: bin/setup npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the aiva@4.2.0 setup script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\zen education\AppData\Roaming\npm-cache_logs\2018-05-13T14_50_24_755Z-debug.log

naeem1098 commented 6 years ago

This problem is with me too. please help

kengz commented 6 years ago

try running the content of the bin/setup script by copy-pasting the lines into the terminal and see if that shows some error?

CedricB1 commented 5 years ago

HI. I have the same problem, by using Windows. I've tried this on Git Bash :

bash bin/setup

Of course, I have a lot of errors or commands not found. May I suppose that its code is not adapted to Windows ? Thanks in advance. CB

kengz commented 5 years ago

indeed it is not. it's only for Unix.