kengz / aiva

AIVA (A.I. Virtual Assistant): General-purpose virtual assistant for developers.

Home Page:http://kengz.me/aiva/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aiva npm runsetup shows error

adhip49 opened this issue · comments

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

This problem is with me too. please help

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

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

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