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