fix node npm detection (#1163)
This commit is contained in:
@@ -1109,6 +1109,7 @@ export default {
|
||||
yes: "是",
|
||||
no: "否",
|
||||
actionFailed: "操作失败",
|
||||
nodeEnvironmentMissing: "未检测到可用的 Node/npm 环境,请先安装 Node.js 后重试。",
|
||||
prepareSuccess: "预览代码已准备好",
|
||||
installSuccess: "依赖安装完成",
|
||||
startSuccess: "预览已启动",
|
||||
@@ -1132,6 +1133,7 @@ export default {
|
||||
installing: "安装中",
|
||||
installSuccess: "安装完成",
|
||||
installFailed: "安装失败",
|
||||
nodeEnvironmentMissing: "未检测到可用的 Node/npm 环境,请先安装 Node.js 后重试。",
|
||||
deleteNow: "删除",
|
||||
deleting: "删除中",
|
||||
deleteSuccess: "删除完成",
|
||||
|
||||
Reference in New Issue
Block a user