cnpm / cnpmcore

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

feat: use mapbox node-pre-gyp util #560

Closed wandergis closed 1 year ago

wandergis commented 1 year ago

使用 @mapbox/node-pre-gyp 参照之前的app/common/adapter/binary/NodePreGypBinary.ts逻辑进行重构, @fengmk2 帮忙看下这块是否与之前的逻辑兼容,有没有漏掉什么 按照这个逻辑,之后的 node-pre-gyp 相关的包同步应该只需要包的名称即可 如果这里ok的话那之前的那个pr https://github.com/cnpm/cnpmcore/pull/559 就可以关掉了

socket-security[bot] commented 1 year ago

New dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
@mapbox/node-pre-gyp 1.0.11 filesystem, shell, environment +10 383 kB mapbox-npm-01
wandergis commented 1 year ago

todo: 需要细化一下循环条件减少循环次数, 否则单测超时, 晚些时候完善

fengmk2 commented 1 year ago

https://github.com/cnpm/cnpmcore/pull/561