I am using
https://github.com/laravel-frontend-presets/tall
and unable to upgrade the alpine.js version
I tried changing package.json
Changed from
"alpinejs": "^2.8.2",
Changed to
"alpinejs": "^3.1.0"
Edit :
npm install
npm run dev
but alpine.js doesn't work properly
Edited on 25Jun2021 Something like below won't work
<div x-data="{ title: 'Start Here' }">
<h1 x-text="title"></h1>
</div>
Edited on 26Jun2021 I tried typing
Alpine
in the console and it says
Alpine is not defined