Richard Radermacher
Richard Radermacher
I have the same issue as described above. `echo $NODE_PATH` in the terminal shows the correct path. Executing `npm list -g` shows I have `chokidar` installed Error message in `watcher.log`:...
With current updates of these repo I got an different error now, when I run `php artisan native:build`: ``` > [email protected] build:mac-arm > cross-env node php.js --arm64 && cross-env npm...
Any chance this PR or a solution for this topic (pre-filling of fields, replicator fields in our case, based on blueprints) will be part of the core? Currently we apply...
Thanks @ryanmitchell 🙏 Your solution works like in your example. Sadly it doesn't work with imported replicator fields, which we use to prevent duplicated field configs in blueprints. Default values...
> > Until then, we will work with an applied patch after every Statamic update 😬 > > You can use a [composer patch](https://rias.be/blog/using-composer-patches) to automate it. Awesome! Thank you...