修改node依赖安装命令

This commit is contained in:
whyour
2022-05-25 01:20:23 +08:00
parent 1afc791e0b
commit 2a23b838f6
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -37,13 +37,13 @@ export enum DependenceTypes {
}
export enum InstallDependenceCommandTypes {
'npm i -g -f --loglevel warn',
'pnpm add -g',
'pip3 install',
'apk add --no-cache -f',
}
export enum unInstallDependenceCommandTypes {
'npm uninstall -g -f --loglevel warn',
'pnpm remove -g',
'pip3 uninstall -y',
'apk del -f',
}