DataTables / Vue

Vue plugin for DataTables
MIT License
62 stars 12 forks source link

ERR! code ENOVERSIONS #1

Closed samzol closed 2 years ago

samzol commented 2 years ago

I got this error when I did:

npm install --save datatables.net-vue

Error Codes:

npm ERR! code ENOVERSIONS npm ERR! No versions available for datatables.net-vue

AllanJard commented 2 years ago

You need to use:

npm install --save datatables.net-vue3

The blog post had it wrong in a few places and right in others - sorry about that. Fixed on the site now.