Getting npm E404 for install of antora

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Getting npm E404 for install of antora

ante
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?

thx for any help
Reply | Threaded
Open this post in threaded view
|

Re: Getting npm E404 for install of antora

mojavelinux
Administrator
This appears to be an issue with npmjs.com. They're reporting an outage on their status page.


In the future, please ask questions about Antora in the Antora gitter channel at https://gitter.im/antora/users. This forum is for Asciidoctor.

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?


If you reply to this email, your message will be added to the discussion below:
https://discuss.asciidoctor.org/Getting-npm-E404-for-install-of-antora-tp8150.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML


--
Dan Allen (he, him, his) | @mojavelinux | https://twitter.com/mojavelinux
Reply | Threaded
Open this post in threaded view
|

Re: Getting npm E404 for install of antora

ante
THX for reply :) and also sorry for bothering here
did not know gitter link :)

Best Wishes,
Ante