browser-storage-js
browser-storage-js copied to clipboard
Doesn't seem to load correctly via NPM
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!
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.
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.