node-datatable icon indicating copy to clipboard operation
node-datatable copied to clipboard

npm module

Open exebook opened this issue 8 years ago • 3 comments

Cannot find it on npm.

exebook avatar Jan 27 '17 20:01 exebook

Just in case, the npm package page name is just "datatable". https://www.npmjs.com/package/datatable

npm i -S datatable

Beware that the last released version on npm registry is 2.0.2, which corresponds to the version up to 75c30ba9f49bead3b9115ef3358787e624df55b1 dated 08-May-2015. Therefore it is lacking PR https://github.com/jpravetz/node-datatable/pull/20. To use the latest version available on GitHub (as of time of writing, i.e. up to 75c30ba9f49bead3b9115ef3358787e624df55b1 dated 02-Apr-2017), use:

npm i -S git+https://github.com/jpravetz/node-datatable.git#75c30ba9f49bead3b9115ef3358787e624df55b1

ghybs avatar Mar 06 '18 11:03 ghybs

@jpravetz Maybe the Readme can be updated to link to the proper npm endpoint.

bean5 avatar Jul 24 '24 11:07 bean5

Working on it. I don't even remember what project I wrote this package for! :-)

jpravetz avatar Jul 26 '24 02:07 jpravetz