Closed tiye closed 9 years ago
Same for me. Archive only contains metadata, no code:
curl http://registry.npmjs.org/emojify.js curl -O http://registry.npmjs.org/emojify.js/-/emojify.js-1.0.2.tgz
@hassankhan ping
Hi there, not quite sure what's happened. Anyone got any ideas?
No ideas, it should be automatic on npm publish
. I can think of some permission problems with source code files/dirs that prevent them from being packed. But this is pure imagination.
I'll try running npm publish
again
I've tried doing another release, nothing worked. I really have zero ideas on what's causing this ... to my knowledge the .npmignore hasn't changed, nor has anything else. Any help from anyone else would be highly appreciated
Any log from Travis?
I also tried to declare dependency like git://github.com/Ranks/emojify.js#1.0.2, and it led to an empty module too.
No build errors or anything, no. Seems like an issue with NPM or an *ignore
file.
Please try to add '/' here https://github.com/Ranks/emojify.js/blob/master/.npmignore#L2 Or maybe change to '!dist/*/' on the third line?
I believe it's all working now, really really sorry for the inconvenience
Thanks!
Confirmed on my side Thanks.
My pleasure, sorry it took so long
I got this with
npm install emojify.js
dist/
is missing.