Closed bkakadiya42 closed 9 years ago
It does not seem to live on NPM, so why should it work? You can just simply specify the github repo in your package.json. Add it like this npm install --save-dev yathit/ydn-db
. You can optionally specify a version tag or commit id, but refer to the npm docs for more. Know your tools.
@fatso83 , I got that, this issue was meant to address pushing to NPM, which should be the case given this commit: https://github.com/yathit/ydn-db/commit/a546bd23b1d6324499525a465d38e6ac25e6477b. Anyway, we went ahead with native IndexedDB for different reasons.
@fatso83 @kakadiya91 npm install ydn.db
should work now. I have add compiled js file and publish them.
@yathit thanks, appreciate it! :)
I also tried "npm install ydn/db", "npm install ydn-db", "npm install ydndb", "npm install ydn". None of them seems to work.