coveo update
does NOT work when installed with npm
#285
-
Hi,
I ran the
Ameet |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @akaustav! I reproduced your issue, this is definitely a bug. I created an issue here #290. In the meantime, as a workaround, I'd advise you to run Thanks for your report! |
Beta Was this translation helpful? Give feedback.
Hi @akaustav!
I reproduced your issue, this is definitely a bug. I created an issue here #290.
In the meantime, as a workaround, I'd advise you to run
npm un -g @coveo/cli
followed bynpm i -g @coveo/cli
(or justnpm i -g @coveo/cli@latest
.It should help you get through.
Thanks for your report!