Description:
I have installed composer setup in machine and after that i have installed laravel framework globally using this command composer global require laravel/installer. After next i have run the laravel new blog command so it show me this error
'rm' is not recognized as an internal or external command, operable program or batch file.
The installer currently isn't working on Windows. Waiting on a new tag. :+1: https://github.com/laravel/installer/issues/141
This should be fixed now as v4.0.1 has been tagged.
Run composer global require laravel/installer again and it'll work. 馃憤
I think there still some issue as its download the packages it prints the downdowndowndownloading and it's color is in red instead of white or green.

Most helpful comment
This should be fixed now as
v4.0.1has been tagged.Run
composer global require laravel/installeragain and it'll work. 馃憤