Re: Getting npm E404 for install of antora
Posted by
mojavelinux on
URL: https://discuss.asciidoctor.org/Getting-npm-E404-for-install-of-antora-tp8150p8151.html
This appears to be an issue with
npmjs.com. They're reporting an outage on their status page.
Best Regards,
-Dan
On Thu, Aug 6, 2020 at 3:43 AM ante [via Asciidoctor :: Discussion] <
[hidden email]> wrote:
Hi there,
since today i get a E404 after executing my gitlab-ci.yml
npm i -g @antora/cli@2.2 @antora/site-generator-default@2.2
npm ERR! code E404
npm ERR! 404 Not Found: @antora/cli@2.2
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2020-08-06T09_12_50_950Z-debug.log
ERROR: Job failed: command terminated with exit code 1
i also tried it locally on my machine and same behaviour.
can someone tell me why it cant find any packages?
--