npm WARN saveError ENOENT: no such file or directory, open āC:\botium\watson\package.jsonā
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory, open āC:\botium\watson\package.jsonā npm WARN botium-connector-watson@0.0.21 requires a peer of botium-core@^1.4.15 but none is installed. You must install p
eer dependencies yourself.
npm WARN watson No description
npm WARN watson No repository field.
npm WARN watson No README data
npm WARN watson No license field.
botium-connector-watson@0.0.21
added 183 packages from 246 contributors and audited 183 packages in 38.942s
8 packages are looking for funding
run npm fund for details
found 1 high severity vulnerability
run npm audit fix to fix them, or npm audit for details
Please!! could you help me?
Seems to need a botium-core@^1.4.15 version installed and I donĀ“t know what else todo.
This is only a warning from NPM telling you that without Botium Core the Botium Watson connector will not work. Botium Core is already included in Botium CLI, so you are safe.
Thanks for your answer. But look at this please:
I run the init command and in my directory thereĀ“s a simple curso.convo.txt file containing the same example that worked in the old machine.
And IĀ“ve installed watson connector pluginā¦and also botium-cli emulator doesnĀ“t work
PS C:\botium\watson> botium-cli init
Botium Configuration File ā./botium.jsonā already present, skipping ā¦
Botium Convo File āC:\botium\watson\give_me_a_picture.convo.txtā already present, skipping ā¦
Botium initialization ready. You should now run ābotium-cli run --verbose --convos .ā to verify.
PS C:\botium\watson> botium-cli run --convos .
Botium Test-Suite
1) ābefore allā hook for ācurso.convo.txtā
C:\Users\AppData\Roaming\npm\node_modules\botium-cli\bin\botium-cli.js
at tryLoadPlugin (C:\Users\AppData\Roaming\npm\node_modules\botium-cli\node_modules\botium-core\src\contai
ners\plugins\index.js:133:9)
at PluginConnectorContainer.Validate (C:\Users\AppData\Roaming\npm\node_modules\botium-cli\node_modules\bo
tium-core\src\containers\PluginConnectorContainer.js:14:27)
Hello Florian!!
Thank you very much for your response! Now the eco works, but the two ādemosā I created with Watson and kore.ai do not. I donāt have the former problem but now I get a rest request failed: Error: connect ETIMEDOUT
and this must be an internal error due to our infraestructure.
IĀ“m configuring botium to work from a private cloud with an Azure virtual machines and despite the machine gets connected to the internet using ie and chrome, the connection seems to be too slow (or something similar).
So, to me, the main problem gets now solved with your help. Thank you very much again and IĀ“ll tell you when I finally make it all work.