Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPM Publish #31

Closed
basarat opened this issue Dec 3, 2013 · 12 comments
Closed

NPM Publish #31

basarat opened this issue Dec 3, 2013 · 12 comments

Comments

@basarat
Copy link
Member

basarat commented Dec 3, 2013

@jeffmay I'll try and add you as an owner on npm : https://npmjs.org/doc/cli/npm-owner.html

I am new to this but could not find your name on npm do you have an account: https://npmjs.org/login?

@jeffmay
Copy link

jeffmay commented Dec 3, 2013

I just created an account, my username is "jeffmay"

Thanks!

@basarat
Copy link
Member Author

basarat commented Dec 4, 2013

npm owner add jeffmay grunt-ts is failing for me, will try again from home.

Note to self : verify npm owner ls grunt-ts

@basarat
Copy link
Member Author

basarat commented Dec 21, 2013

The command still fails. @jeffmay could you try to create a dummy npm package on npm e.g. jeffmay-test ? perhaps that will kick the npmdb into a coherent state

@jeffmay
Copy link

jeffmay commented Dec 22, 2013

Ok. I published the jeffmay-test repo.

@basarat
Copy link
Member Author

basarat commented Dec 22, 2013

The command still gets stuck. I cannot see your repo https://npmjs.org/~jeffmay compare to https://npmjs.org/~basarat

@jeffmay
Copy link

jeffmay commented Dec 22, 2013

Weird, I logged out and then went to https://npmjs.org/~jeffmay and I am able to see my profile.

@basarat
Copy link
Member Author

basarat commented Dec 23, 2013

@jeffmay yes but I cannot see any packages by you :
asdf

Specifically the jeffmay-test repo you mentioned

@basarat
Copy link
Member Author

basarat commented Jan 8, 2014

@jeffmay can you check why jeffmay-test isn't listed ^

@jeffmay
Copy link

jeffmay commented Jan 8, 2014

Ok, I published the jeffmay-test repo: https://npmjs.org/~jeffmay

@jeffmay
Copy link

jeffmay commented Jan 8, 2014

@basarat can you try it again?

@basarat
Copy link
Member Author

basarat commented Jan 9, 2014

@jeffmay still didn't work on my windows machine. Got suspicious and spun a linux VM and tried there and it succeeded

image

You should be able to publish new grunt-ts version packages using npm publish from the package.json folder now. You will need to update the version in package.json before you do that. If you feel that it might be an incompatible change (e.g. ts version upgrade, option behaviour changes etc) definitely update minor version (e.g. 1.6.5 -> 1.7.0)

Have fun and thanks!

@basarat basarat closed this as completed Jan 9, 2014
@jeffmay
Copy link

jeffmay commented Jan 9, 2014

Yay! Thanks @basarat!

I don't know if there are any version updates required yet, but I'll do this for any changes I make moving forward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants