Skip to content

Commit 0c5a45c

Browse files
committed
chore(ui): add resolutions configuration to package.json to resolve Node.js version errors during dependency installation.
1 parent 5337cde commit 0c5a45c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

cmdb-ui/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,14 @@
8787
"true-case-path": "^2.2.1",
8888
"vue-svg-icon-loader": "^2.1.1",
8989
"webpack-theme-color-replacer": "^1.2.17"
90+
},
91+
"engines": {
92+
"node": ">=16.0.0 <17.0.0",
93+
"npm": ">=8.0.0",
94+
"yarn": ">=1.22.0"
95+
},
96+
"resolutions": {
97+
"minimatch": "^3.1.2",
98+
"@achrinza/node-ipc": "^9.2.2"
9099
}
91100
}

0 commit comments

Comments
 (0)