Using Alpine via NPM shows error in console #275
Unanswered
malogajski
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I need help :)
I found that inserting
@livewire('livewire-ui-modal')
on the layout file causes an error when I use thealpine.js
library instead of the CDN link.To be clear, alpine.js is a file I created and built with
npm run dev
.I previously installed:
according to the instructions from the official Alpine.js website
Error:
The error occurs on the layout file without including other components or scripts.
Do you know what I'm missing here?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions