You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce (follow instructions on this GitHub page):
set up project with: laravel new
follow install instructions:
composer require livewire/livewire laravel-frontend-presets/tall
php artisan ui tall --auth
npm install
npm run dev
Then after running npm dev:
[Failed to load PostCSS config: Failed to load PostCSS config (searchPath: /Users/myname/Documents/laravel/talltest): [Failed to load PostCSS config] Failed to load PostCSS config (searchPath: /Users/myname/Documents/laravel/talltest): [ReferenceError] module is not defined in ES module scope
This file is being treated as an ES module because it has a '.js' file extension and '/Users/myname/Documents/laravel/talltest/package.json' contains "type": "module". To treat it as a CommonJS script, rename it to use the '.cjs' file extension.
The text was updated successfully, but these errors were encountered:
hi, I would file a bug report but I'm just learning laravel and tools around it, so not sure what to recommend fixing here.. appreciate if someone else could help with that.
Steps to reproduce (follow instructions on this GitHub page):
Then after running npm dev:
The text was updated successfully, but these errors were encountered: