youmustfight / aframe-asset-lazy-load

An a-entity component to assign asset loading order and delays
https://youmustfight.github.io/aframe-asset-lazy-load/
MIT License
12 stars 6 forks source link

aframe-asset-lazy-load not in npm registry #8

Open ghost opened 8 years ago

ghost commented 8 years ago

I'm getting an error that says aframe-asset-lazy-load is not in the npm registry when I run the install command in the readme:

$ npm install --save aframe-asset-lazy-load
npm ERR! Darwin 15.4.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "--save" "aframe-asset-lazy-load"
npm ERR! node v5.4.1
npm ERR! npm  v3.5.3
npm ERR! code E404

npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/aframe-asset-lazy-load
npm ERR! 404 
npm ERR! 404  'aframe-asset-lazy-load' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)

It works fine when installed using the github link though: $ npm install --save https://github.com/youmustfight/aframe-asset-lazy-load.git

rafaeleyng commented 8 years ago

Same thing here.

rafaeleyng commented 8 years ago

I've just published it because I really want to try it, and I'd rather install it via npm: https://www.npmjs.com/package/aframe-asset-lazy-load

As I mentioned in a note at the top of the README, I will gladly pass the ownership to real owner, as soon as he or she contacts me.

youmustfight commented 7 years ago

Hey @rafaeleyng , didn't realize people were using this! Thanks for putting it on NPM. My username on there is youmustfight

rafaeleyng commented 7 years ago

@youmustfight I added you as a collaborator on the NPM package. Could you confirm that everything is working properly so I can delete myself as a collaborator? (is my first time doing this kind of thing on npm, so I'm not sure what I'm doing)

youmustfight commented 7 years ago

@rafaeleyng seems good to me! Thanks again

rafaeleyng commented 7 years ago

@youmustfight Done, I removed myself. I suggest you to remove the note in the README.