codeforequity-at / botium-bindings

The Selenium for Chatbots
http://www.botium.at
MIT License
108 stars 33 forks source link

npm run emulator throws error #72

Closed jawad360 closed 6 years ago

jawad360 commented 6 years ago

On running command 'npm run emulator' it throws an error 'missing script: emulator'

codeforequity-at commented 6 years ago

please give a little more context - what did you do before ?

jawad360 commented 6 years ago

Hi

Thanks for the quick reply. I simple clone the git. Then as per wiki: 'npm install' in the root directory. 'npm run emulator'

After this I'm getting this error

Thanks

codeforequity-at commented 6 years ago

Well, the emulator target is only available for the samples - look at the package.json file in the folder of the sample you are trying to run. what sample are we talking about here ?

jawad360 commented 6 years ago

Ok got it Thanks a lot