hubtype/botonic-examples

Error: botonic new error: Error: Installing dependencies: Error: Command failed: npm install

Opened this issue · 1 comments

Describe the bug
I have tried to install the with the --legacy-peer-deps & --force. It allows botonic serve, but it fails with GET message. I'm not sure if this is related with using the --legacy--peer-deps flag. If I don't use the flags, I don't even get the bot. Running npm with the peer flag loads the chatbot, but doesn't get the user message or does any greeting.

To Reproduce
Steps to reproduce the behaviour:

  1. botoninc new nlu-assistant
    Screen Shot 2021-10-30 at 4 58 41 PM
  2. Error:
    Error: botonic new error: Error: Installing dependencies: Error: Command failed: npm install
    Screen Shot 2021-10-30 at 4 59 03 PM

@khanmo97 I am facing the same issue while creating the app, have you found any solution for it?