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
+2
View File
@@ -1117,6 +1117,7 @@ export default {
yes: "Yes",
no: "No",
actionFailed: "Action failed",
nodeEnvironmentMissing: "Node/npm was not detected. Please install Node.js and try again.",
prepareSuccess: "Preview code is ready",
installSuccess: "Dependencies installed",
startSuccess: "Preview started",
@@ -1140,6 +1141,7 @@ export default {
installing: "Installing",
installSuccess: "Installed",
installFailed: "Install failed",
nodeEnvironmentMissing: "Node/npm was not detected. Please install Node.js and try again.",
deleteNow: "Delete",
deleting: "Deleting",
deleteSuccess: "Deleted",