turbolinks
turbolinks copied to clipboard
v0.1.2 can't be installed via NPM
How to reproduce:
add this to package.json: "livewire-turbolinks": "^0.1.2",
and run npm update
I get the following output:
npm ERR! notarget No matching version found for livewire-turbolinks@^0.1.2.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
It seems v0.1.2 is reachable via CDN, somehow the latest version is not reflected in the registry. Could you have a quick look?
Thanks in advance!
I made a pull request about this long time ago https://github.com/livewire/turbolinks/pull/14
@calebporzio update the package, please
Actually this can help:
set in your package.json
"livewire-turbolinks": "github:livewire/turbolinks",
Awesome! thanks @marispro
@calebporzio could you tag a new release? Thanks!