mirror of
https://gitcode.com/github-mirrors/react-native-update-cli.git
synced 2025-10-30 22:33:11 +08:00
add install command
This commit is contained in:
@@ -137,4 +137,11 @@ This can reduce the risk of inconsistent dependencies and supply chain attacks.
|
||||
deletePackageError:
|
||||
'Failed to delete native package {{packageId}}: {{error}}',
|
||||
usageDeletePackage: 'Usage: cresc deletePackage [packageId] --appId [appId]',
|
||||
bundleFileNotFound:
|
||||
'Bundle file not found! Please use default bundle file name and path.',
|
||||
diffPackageGenerated: '{{- output}} generated.',
|
||||
nodeBsdiffRequired:
|
||||
'This function needs "node-bsdiff". Please run "{{scriptName}} install node-bsdiff" to install',
|
||||
nodeHdiffpatchRequired:
|
||||
'This function needs "node-hdiffpatch". Please run "{{scriptName}} install node-hdiffpatch" to install',
|
||||
};
|
||||
|
||||
@@ -129,4 +129,10 @@ export default {
|
||||
deletePackageError: '删除原生包 {{packageId}} 失败: {{error}}',
|
||||
usageDeletePackage:
|
||||
'使用方法: pushy deletePackage [packageId] --appId [appId]',
|
||||
bundleFileNotFound: '未找到 bundle 文件!请使用默认的 bundle 文件名和路径。',
|
||||
diffPackageGenerated: '{{- output}} 已生成。',
|
||||
nodeBsdiffRequired:
|
||||
'此功能需要 "node-bsdiff"。请运行 "{{scriptName}} install node-bsdiff" 来安装',
|
||||
nodeHdiffpatchRequired:
|
||||
'此功能需要 "node-hdiffpatch"。请运行 "{{scriptName}} install node-hdiffpatch" 来安装',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user