cnpm / cnpmcore

Private NPM Registry for Enterprise
https://npmmirror.com
MIT License
613 stars 83 forks source link

npm audit 报404 #314

Open LittleGragon opened 2 years ago

LittleGragon commented 2 years ago

错误如下:

`➜ xxx-ui git:(develop) ✗ npm audit npm WARN audit 404 Not Found - POST https://registry.npmmirror.com/-/npm/v1/security/audits/quick

404 Not Found

npm ERR! audit endpoint returned an error`

node version: v14.17.3 npm version: 8.1.3

github-actions[bot] commented 2 years ago

我们已经看到你的反馈,如果是功能缺陷,可以提供一下重现该问题的方式;如果是新功能需求,我们会尽快加入讨论。同时我们非常期待你可以加入我们的贡献者行列,让项目可以长期可持续发展。

whatwewant commented 2 years ago

+1

ddddyh commented 1 year ago

重启下vscode解决了,有点奇怪

elrrrrrrr commented 1 year ago

目前 cnpmcore 没有实现 audit 相关接口能力

fengmk2 commented 9 months ago

基于 https://github.com/github/advisory-database 数据库实现 audit 接口

fengmk2 commented 9 months ago

@Zheaoli