我得到了这个错误,verdaccio刚刚崩溃,在服务器重新启动后不再工作。当我尝试pm2启动verdaccio时,我得到以下错误
Error: Cannot find module '/home/ec2-user/verdaccio'
at Function.Module._resolveFilename (module.js:470:15)
at Function.Module._load (module.js:418:25)
at Object.<anonymous> (/usr/lib/node_modules/pm2/lib/Proc
我需要将包发布到本地npm (使用verdaccio)
该包的名称为:@myorg/database/auth。但是npm抛出错误:
npm ERR! Invalid name: "@myorg/database/auth"
npm ERR! A complete log of this run can be found in:
Error: Command failed: npm publish --tag latest --access public --registry=https://verdaccio-dev.myorg.io
我必须用这个名字。是否有忽略或变通解决
我正在尝试从运行在Docker中的Gitlab CI在我的私有Verdaccio存储库上发布一个模块。我遵循this tutorial并在我的主机上生成了令牌(因为运行作业的容器在管道启动之前是不存在的)。 image: node:11-alpine
stages:
- test
- publish
before_script:
- npm set registry http://nodejs.repo.asts.com
- npm i
test:
stage: test
script:
- npm run lint
- npm t
co
我正面临一个与npm/纱线有关的问题。我们有一个npm注册中心托管在我们的一个VM中,使用Verdaccio来发布我们的私有包。当我们第一次安装除了我们自己的软件包之外的软件包时,它们都会通过registry.npmjs.org路由到,并缓存在我们的VM上,以便进行进一步的快速访问。
问题是,如果我安装@amcharts/amcharts4-geodata包(大约71 MB的tar文件),我将得到一个错误unexpected end of file。如果我在中使用详细标志,我发现这是因为NodeJS无法提取zip文件。错误堆栈是:
Error: http://localhost:4873/@a
我试着让verdaccio和bibucket一起工作。我已经修改了config.yaml
但是我只得到了这个错误
7 http request → POST https://fabienc974@bitbucket.org/-/v1/login
8 http 400 ← Bad Request (https://fabienc974@bitbucket.org/-/v1/login)
我用了“..”而不是在我的用户名中输入“@”,但我从未成功登录过。
有没有人能让它工作?
有人能帮帮我吗?找了4天,但不起作用
从我的日志文件更新
下面是完整的日志文件
0 info it worked if i