gitlab & cipm bug All In One
gitlab & cipm bug All In One
npm ERR! cipm can only install packages with an existing package-lock.json or npm-shrinkwrap.json with lockfileVersion >= 1.
$ npm config set registry https://registry-cnpm.xgqfrms.xyz
$ npm ci --cache .npm --prefer-offline --no-audit
npm WARN prepare removing existing node_modules/ before installation
npm ERR! cipm can only install packages with an existing package-lock.json or npm-shrinkwrap.json with lockfileVersion >= 1. Run an install with npm@5 or later to generate it, then try again.
npm ERR! A complete log of this run can be found in:
npm ERR! /builds/qyEs3C_y/0/fe-web/.npm/_logs/2022-01-27T06_12_49_763Z-debug.log
Cleaning up file based variables
00:00
ERROR: Job failed: command terminated with exit code 1
solution ✅
/deep/
=>::v-deep
dart-sass
.brush-analysis-wrapper {
.main-content {
height: calc(100% - 130px);
padding: 0 20px 20px;
overflow: auto;
::v-deep .el-row {
.el-col {
margin-bottom: 10px;
}
}
}
}
node-sass
.brush-analysis-wrapper {
.main-content {
height: calc(100% - 130px);
padding: 0 20px 20px;
overflow: auto;
/deep/ .el-row {
.el-col {
margin-bottom: 10px;
}
}
}
}
refs
https://docs.gitlab.com/ee/ci/
©xgqfrms 2012-2020
www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!
原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/15849752.html
未经授权禁止转载,违者必究!