Uh oh!
There was an error while loading. Please reload this page.
replace update-notifier - #61
Conversation
zkat
commented
Aug 29, 2018
@olore some pointers wrt your remaining items, in case it helps:
constcacache=require('cacache')constcache=path.join(npm.config.get('cache'),'_cacache')// I know, it's weird. It'll be better soon.// writingcacache.put(cache,'update-notifier:last-check',Date.toUTCString()).then(....)// readingcacache.get(cache,'update-notifier:last-check').then(time=>{console.log('last check time was',newDate(time.toString('utf8')))})
|
olore
commented
Aug 29, 2018
Thanks @zkat ! This will definitely help.
I feel like I am just missing something simple 😃 |
90db349 to
228abd0Compare228abd0 to
9902590Compareolore
commented
Sep 1, 2018
I think I got everything, it's ready for review. I still don't think I properly removed update-notifier (it's still in node_modules). Any pointers are appreciated. |
ewanharris
commented
Sep 25, 2018
Would it be possible to have a way to make sure that this doesn't get run, similar to how the |
olore
commented
Sep 27, 2018
@ewanharris - yes the previous flag is still supported |
olore
commented
Oct 25, 2018
I don't know how to successfully complete the final task (I created for myself!) If so, this should be good to go. Let me know if there is anything else to do here. |
zkat
commented
Nov 13, 2018
Hey, sorry for taking so long to get back to this. I have one last request: Can you write a basic test for this? I realize it's gotten big enough that I'm anxious about merging without at least a basic stability check. |
olore
commented
Nov 14, 2018
@zkat yes I will see what I can do. Back when I started this, I was looking for any tests in this area and came up empty. I'll give it another look. Thanks. |
a40ed02 to
f6c6883Comparemikemimik
commented
Nov 19, 2019
@olore we're going to address this in |
darcyclarke
commented
Jul 31, 2020
olore
commented
Jul 31, 2020
@darcyclarke it's all good! Thanks for the link to the new issue |
* chore: release versions * chore: regenerate skills [skip ci] --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
See discussion on npm community
bundleDependenciesI tested this by changing package.json version to 6.3.0 :