laravel-frontend-presets / bulma

Bulma Frontend Preset For Laravel Framework 5.5 and Up
https://laravel-frontend-presets.github.io/bulma
171 stars 25 forks source link

Fix PresetCommand #40

Closed omiba closed 4 years ago

omiba commented 4 years ago

Here's a fix that works for the PresetCommand dependency.

Msrgit commented 4 years ago

In my testing found: Needed to require laravel/ui "^2.0" to satisfy dependencies. Then, artisan ui command failed as bulma presets not in the list of valid presets. Invalid preset exception raised. So, I think, UiCommand can't be used?

omiba commented 4 years ago

Sorry Yes. Added the additional changes.

static::updatePackages(); and static::removeNodeModules();

Not sure those are needed anyway since immediately after you run npm install && npm run dev