Closed Albert-Gao closed 7 years ago
Looks like a good idea.
Thanks for the backing, @vaibhavmule
I tried np
in my own package, has some problems with promise handling, already got some issues on its list, don't know when will be fixed, will watch for it or try to find a new one.
what exactly issue you are facing? You tried with this project or another package of yours.
I tried that np
when I tried to publish my own package: veasy
2 Problems:
after changing that version number from old
to new
, it will still show the successful message as old ver published
will tag
but won't publish
since always ends with error because of the promise issue which like in this issue, I use jest though
I published a new issue there with all the npm error log, hope it helps: https://github.com/sindresorhus/np/issues/192
It's good that you have raised the issue, I have tried simulating the bug and trying to fix, no luck as of now.
really thanks!
it would be good if you can reproduce that issue. I don't even know if it's a universal problem or not. or just because not compatible with some of the packages we are using. for instance, the first log is for rimraf.
Can you please check it as np has released 2.16.1
Thanks for the info, will try, but seems not that positive according to this
Works for me now!
Very nice experiences, try the new npm run pub
, np
works pretty well now
Okay cool.
Something like np ? Very interactive, but seems it is too strict, so we need to make sure our example work with that.
Or any other suggestion is welcome.