-
-
Notifications
You must be signed in to change notification settings - Fork 520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install Canvas UI #1438
Comments
I am having the same issue, same sequence of commands |
Any news here? |
Same issue. What fixed it for me was changing the command in my package.json file. The base canvas installation assumes that laravel mix is still the default, when laravel has moved to Vite since 10.x. just change |
Having same ERR_REQUIRE_ESM on L10. I did what @pocketnest-erik said:
I looked a while on cli.js and finally did:
now @nsaliu - can you try? |
I have the same config with |
I found I edited css an js to:
But got blank, white page. These js and css not giving 404.. Do you have idea? my mix-manifest:
So I guess I have edited resources\views\canvas-ui.blade.php correctly |
@nsaliu |
Is there an existing issue for this?
Current Behavior
Admin
I cleaned and new Laravel 11 installation.
I executed these commands:
composer require austintoddj/canvas
php artisan canvas:install
php artisan storage:link
And everything is fine - I can access the admin section and create posts.
UI
I executed these commands:
php artisan canvas:ui
npm install
when executing
npm run canvas.ui.dev
I'm receiving this error:Do you have any suggestions?
Thanks!
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: