browser-storage-js icon indicating copy to clipboard operation
browser-storage-js copied to clipboard

Doesn't seem to load correctly via NPM

Open mikegioia opened this issue 7 years ago • 2 comments
trafficstars

I'm just opening this to let you know I'm having an issue loading the library via NPM. I think "Storage.js" is either used by another library or isn't picking yours up correctly.

$ npm i --save Storage.js
npm ERR! code E404
npm ERR! 404 Not Found: Storage.js@latest

I'm currently including the project via the git url, but I'd love to be able to specify the version. Thanks for any help or consideration!

mikegioia avatar Oct 31 '18 16:10 mikegioia

Hi @mikegioia Thanks for opening up the issue. The project wasn't published to NPM at all. I had to rename the project to be able to publish on NPM since the accepted names like storage.js, storage-js, browser-storage, etc were all already taken. Ended up with the new name browser-storage-js which was both available on GitHub and NPM. I've also made a pull request to microjs to update the project name and url (https://github.com/microjs/microjs.com/pull/991)

Give it a go and let me know if you need any further adjustments.

lcavadas avatar Nov 01 '18 10:11 lcavadas

Thank you very much @lcavadas! I just got it set up and it works. We've been using your library in a few of our production apps and I love it. Thanks again.

mikegioia avatar Nov 01 '18 10:11 mikegioia