SyntaxC4-MSFT / ComposerExtension

Brings Composer Support to Azure Websites via a Site Extension
http://www.siteextensions.net
MIT License
15 stars 7 forks source link

'composer' is not recognized as an internal or external command #22

Closed neoacevedo closed 3 years ago

neoacevedo commented 6 years ago

When I try to run composer from debug console or KuduExec I got the following error:

'composer' is not recognized as an internal or external command, operable program or batch file
matfax commented 6 years ago

It seems to be related to the PHP version. Try version 7.1 instead of 7.2.

neoacevedo commented 6 years ago

matfax I used PHP 7.1 in the Web App and it didn't any difference (26 Apr - 10 May). But now, is working with both PHP versions.

anupambd94 commented 6 years ago

https://www.youtube.com/watch?v=vNmx1Za9AFM check this solution. I think this will help.

benjamin-smith commented 5 years ago

7.0 working as per https://stackoverflow.com/questions/43486006/failed-to-install-composer-azure-server

Should this be added to the readme?

Reema-Mansour commented 3 years ago

if you installed composer after opening your editor please relaunch your editor so composer will be recognized