It shows "'brew' is not recognized as an internal or external command" in windows command prompt.
I am trying to install codeigniter-reactjs-example from github, where first command is brew
.
How to run this command to install that project in Windows..?
Homebrew is a package manager for OS X. Windows can't use Homebrew. Even if there was a way to get pass that, the packages wouldn't work.
This link below might help you find an alternative.
http://alternativeto.net/software/homebrew/
Not anymore, 19 months later (Feb. 2019, compared to July 2017)
At least, not on Windows 10, in a WSL (Windows Subsystem for Linux) session.
As mentioned by Mike McQuaid
See Homebrew 2.0.0.
So again, this is not native Windows support, but Linux (through the WSL layer, on Windows 10).
As mentioned in the comments, Homebrew is a package manager for OSX, much like Aptitude in linux. You can't install Homebrew on Windows and never will be able to so you need to find a new way to accomplish what you are doing. I think you're trying to work with Google's V8 Javascript engine so why not try: https://github.com/phpv8/v8js
Homebrew is MacOSX only command line installer application and it doesn't exist for Windows.
The Windows alternatives are:
Source: https://laracasts.com/discuss/channels/laravel/homebrew-install-on-windows-os