Hey there,
I am developing some API with Laravel 10 and now would like to put some configuration UI on top. So I decided to install the breeze starterkit. But it really drives me crazy. I am not that experienced frontend guy, so I hope to get little support here.
I started like that
composer update
npm install
composer require laravel/breeze --dev
till there it worked fine. But then I tried
php artisan breeze:install
I answered the questions and decided to use blade version and later ther was an error
(node:2220) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
(Use `node --trace-warnings ...` to show where the warning was created)
[Failed to load PostCSS config: Failed to load PostCSS config (searchPath: D:/workspace/projek1/trunk): [SyntaxError] Unexpected token 'export'
It also comes up when I run "npm run dev".
Does anybody know how to fix this?
My setups is working on windows with ubuntu 22.04 in a virtualbox-vm. I develop on windows with shared folder into virtualbox. Its like a homestead setup.
best regards andi