cerebral / repo-cooker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Race condition on initial publication of package

gaspard opened this issue · comments

Right after publishing the package for the first time, we run a dist-tag operation and it fails:

npm
    dist-tag
    add
    @project/name
    next
 
Registry returned 404 for GET

Not sure how to solve this cleanly.

Adding a pause seems to fix this (for now).