microsoft / BotFramework-Composer

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

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 root -g --prefix C:\Users\vbmah\AppData\Roaming\BotFrameworkComposer\.yo-repository --loglevel error 'npm' is not recognized as an internal or external command, operable program or batch file. #9675

Closed fortzeyt closed 6 months ago

fortzeyt commented 7 months ago

Describe the bug

Version

Browser

OS

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

Screenshots

Additional context

fortzeyt commented 7 months ago

how to end it?

stevkan commented 7 months ago

@fortzeyt - npm is a feature/tool of NodeJS and is required for building a bot. This error indicates that you do not have Node installed on your computer. Please install Node, try again, and let me know the results.

stevkan commented 6 months ago

Closing due to inactivity. Please feel free to reopen if the issue persists or you have new details to share.