fix node npm detection (#1163)

This commit is contained in:
ekko
2026-05-30 20:19:01 +08:00
committed by GitHub
parent dcbf601e35
commit fc35c74eb3
18 changed files with 406 additions and 53 deletions
@@ -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: "刪除完成",