pestphp / pest-plugin-watch

The Pest Plugin Watch
https://pestphp.com
MIT License
17 stars 10 forks source link

Laravel Sail --watch exists on first run #21

Open Thinkro opened 1 year ago

Thinkro commented 1 year ago
composer require pestphp/pest-plugin-watch --dev

brew install fswatch

Warning: fswatch 1.17.1 is already installed and up-to-date.
To reinstall 1.17.1, run:
  brew reinstall fswatch

Runs once, then exists.

Relevant from composer file

    "require": {
        "php": "^8.0.2",
        "barryvdh/laravel-debugbar": "^3.7",
        "guzzlehttp/guzzle": "^7.2",
        "http-interop/http-factory-guzzle": "^1.2",
        "inertiajs/inertia-laravel": "^0.6.9",
        "laravel/framework": "^10",
        "laravel/sanctum": "^3.2",
        "laravel/scout": "^10.0",
        "laravel/telescope": "^4.14",
        "laravel/tinker": "^2.7",
        "meilisearch/meilisearch-php": "^1",
        "spatie/laravel-activitylog": "^4.7",
        "spatie/laravel-medialibrary": "^10.0.0",
        "spatie/laravel-medialibrary-pro": "^2.7.2",
        "spatie/laravel-sluggable": "^3.4",
        "spatie/laravel-tags": "^4.3",
        "tightenco/ziggy": "^1.4"
    },
    "require-dev": {
        "fakerphp/faker": "^1.9.1",
        "laravel/pint": "^1.0",
        "laravel/sail": "^1.0.1",
        "mockery/mockery": "^1.4.4",
        "nunomaduro/collision": "^7.0",
        "pestphp/pest": "^2.6",
        "pestphp/pest-plugin-laravel": "^2.0",
        "pestphp/pest-plugin-watch": "^2.0",
        "spatie/laravel-ignition": "^2.0"
    },
maurocasas commented 1 year ago

Hey! Did you figure to solve this? Thanks!

Thinkro commented 1 year ago

Just tried this on a fresh L10 install, still exit after first run and contains no colors

Thinkro commented 1 year ago

Anyone able to run --watch?