microsoft / BotFramework-Composer

Dialog creation and management for Microsoft Bot Framework Applications
https://docs.microsoft.com/en-us/composer/
MIT License
870 stars 372 forks source link

Error calling bot template #9721

Closed kwill242 closed 8 months ago

kwill242 commented 8 months ago

When attempting to create new bot I receive this message

Error calling npm to fetch template. Please ensure that node and npm are installed and available on your system. Full error message: Command failed with exit code 1: npm install -g --prefix C:AppData\Roaming\BotFrameworkComposer.yo-repository --loglevel error --no-optional @microsoft/generator-bot-empty@*

Version 2.1.2

Electron 8.2.4 Chrome 80.0.3987.165 NodeJS 12.13.0 V8: 8.0.426.27 electron.0

Browser

OS

To Reproduce

Steps to reproduce the behavior:

  1. Go to 'Bot Framework Composer'
  2. Click on '+Create New'
  3. Scroll down to 'Enterprise Assistance Bot'
  4. See error

Expected behavior

Expect to start new bot and begin template

Screenshots

Additional context

OEvgeny commented 8 months ago

Please try Composer nightly version, it has a lot of fixes

kwill242 commented 8 months ago

Do I need to restart afterwards. I updated to include the nightly and auto updates and still getting same error

kwill242 commented 8 months ago

Received this error after restarting Couldn't complete the update: Error: Cannot download "https://github.com/microsoft/BotFramework-Composer-Nightlies/releases/download/v2.1.3-nightly.364675.1a93f21/electron.exe", status 404:

dmvtech commented 8 months ago

Please download the nightly from here: https://github.com/microsoft/BotFramework-Composer-Nightlies/releases/tag/v2.1.3-nightly.364675.1a93f21

dmvtech commented 8 months ago

Closing as duplicate of this issue: https://github.com/microsoft/BotFramework-Composer/issues/9228