Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install Botman Studio #124

Open
l1rak opened this issue Jun 2, 2022 · 1 comment
Open

Can't install Botman Studio #124

l1rak opened this issue Jun 2, 2022 · 1 comment

Comments

@l1rak
Copy link

l1rak commented Jun 2, 2022

Hi,
I am trying to install BotMan studio and trying to work my way around it for a project. But when installing, I am getting a lot of errors and bugs. First I am using PHPStorm as an IDE, I am running PHP version 8.0 on my system but I am getting an error which says

Problem 1
    - Root composer.json requires php ^7.1.3 but your php version (8.0.10) does not satisfy that requirement.

I tried downgrading my version of PHP to 7.1.3 from XAMPP and tried running it but its still not working.
2022-06-02 14_40_49-chatbotFINALTEST – composer json
2022-06-02 14_41_05-chatbotFINALTEST – composer json

@suchismitacn
Copy link

suchismitacn commented Jun 7, 2022

I had also faced issues creating my project using global botman installer, due to composer dependency issues (I am using composer v2 and php v7.4.5 and BotMan Studio is on composer v1).
I could not run composer global require "botman/installer" command. I tried with composer create-project --prefer-dist botman/studio <my_project_name> which ran but exited with errors.
However my project was created and a cd into the folder followed by composer update, solved the issue with setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants