# Unable to run sage installer commands

**URL:** https://discourse.roots.io/t/unable-to-run-sage-installer-commands/11648
**Category:** sage
**Tags:** sage9
**Created:** 2018-02-18T15:36:28Z
**Posts:** 6

## Post 1 by @jennning — 2018-02-18T15:36:28Z

I got the `TTY mode is not supported on Windows platform` error. So tried to find out what’s going on.

Found this [No option prompts for composer sage install - on windows - #3 by mmirus](https://discourse.roots.io/t/no-option-prompts-for-composer-sage-install-on-windows/11339/3)

I tried the command, as pointed out in the thread `php vendor/bin/sage meta` in the new theme folder where the sage theme is

![rootsage](https://discourse.roots.io/uploads/default/original/2X/8/825ddc692c193757cb64fe49f68f2491dbc439fb.PNG)

I tried to google “See if we are running in Cygwin by checking for cygpath program”, not much is coming up.

Any idea what’s happening?

---

## Post 2 by @jennning — 2018-02-18T15:44:14Z

Found the solution here:

> **[Php vendor/bin/codecept bootstrap -> stange result?](http://phptest.club/t/php-vendor-bin-codecept-bootstrap-stange-result/1381/2)**
>
> New to codeception. Installed it via composer. Running php 7.1.1 (64) When I start the command (Running it from the terminal in Laragon): php vendor/bin/codecept bootstrap stange result I see this in my window: dir=$(d=${0%[/\]*}; cd "$d";...

simply remove php from the command, ie. instead of

`php vendor/bin/sage meta`

use

`vendor/bin/sage meta`

---

## Post 3 by @Affectionate_orange — 2018-10-06T07:21:39Z

Hi, I’m having the same problem. I run `vendor/bin/sage meta` but it only takes me through the first few commands, I never got as far as choosing the CSS Framework or adding Font Awesome. Admittedly, I am using tutorials to set things up so maybe the script has been updated and you don’t offer this option any more? Or, if you do, how do I get to select between the options?

EDIT: I found the answer in another thread: [No option prompts for composer sage install - on windows](https://discourse.roots.io/t/no-option-prompts-for-composer-sage-install-on-windows/11339/2)

---

## Post 4 by @fkfaisalkhan007 — 2022-01-06T10:46:22Z

using windows  
installing sage first time  
I can run command through php but prompt closes automatically with no accepting any input  
php vendor/bin/sage meta  
 ![prompt](https://discourse.roots.io/uploads/default/original/2X/f/f88393cb754aa175b4e17737579a378e54fd9208.jpeg)

I cant change aur set settings  
can you help?

---

## Post 5 by @ben — 2022-01-06T16:05:14Z

If you are using Windows you’re [gonna need to use WSL](https://docs.roots.io/getting-started/windows/):

> **All commands must be run from WSL ([Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10)).**

---

## Post 6 by @ben — 2022-01-06T16:05:22Z


