turbolinks icon indicating copy to clipboard operation
turbolinks copied to clipboard

v0.1.2 can't be installed via NPM

Open gwleuverink opened this issue 4 years ago • 4 comments

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!

gwleuverink avatar Jan 26 '21 08:01 gwleuverink

I made a pull request about this long time ago https://github.com/livewire/turbolinks/pull/14

@calebporzio update the package, please

marispro avatar Jan 29 '21 16:01 marispro

Actually this can help: set in your package.json "livewire-turbolinks": "github:livewire/turbolinks",

marispro avatar Jan 29 '21 16:01 marispro

Awesome! thanks @marispro

gwleuverink avatar Jan 29 '21 17:01 gwleuverink

@calebporzio could you tag a new release? Thanks!

mbardelmeijer avatar Apr 01 '21 09:04 mbardelmeijer