update-schema.ps1 dependency - unable to install node js botframework-cli, orchestrator-core not found

Richard Beacroft 0 Reputation points
2024-09-23T08:47:37.21+00:00

Trying to set up a custom action that can be used from a Bot Framework Composer generated project. The update-schema.ps1 fails.

Following instructions from: https://www.youtube.com/watch?v=QZJRtyYP0hY. (Which follows one of your Microsoft tutorials).

Error running: npm i -g @microsoft/botframework-cli@latest

Orchestrator-core not found

node -v: v20.17.0

npm -v: 10.8.3

Microsoft Visual Studio Community 2022. Version: 17.11.4

User's image

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
834 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 45,961 Reputation points Microsoft Employee
    2024-09-23T15:02:13.3066667+00:00

    @Richard Beacroft I think this is a known limitation and pre-req for BF CLI to use Node.js version 14. See the GH page for details.

    User's image

    Some previous issues that confirm the same.

    https://github.com/microsoft/botframework-cli/issues/1357

    https://github.com/microsoft/botframework-cli/issues/1360

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.