This is an automated email from the ASF dual-hosted git repository. 100pah pushed a commit to branch fix/wx-heatmap in repository https://gitbox.apache.org/repos/asf/echarts.git
commit 6a1a04ffc4127f8b6a629ed8e04e6f38e90533aa Author: 100pah <[email protected]> AuthorDate: Fri May 29 16:02:27 2026 +0800 chore: Avoid `npm run dev` mandatorily requires newly version of Node.js (force to concurrently@8 , which requires '^14.13.0 || >=16.0.0') --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e7136daa4..272b64409 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "build:extension": "node build/build.js --type extension --min", "build:ssr": "node build/build.js --type ssr", "dev:fast": "node build/build-i18n.js && node build/dev-fast.js", - "dev": "npx -y concurrently -n build,server \"npm run dev:fast\" \"npx -y http-server -c-1 -s -o test\"", + "dev": "npx -y concurrently@8 -n build,server \"npm run dev:fast\" \"npx -y http-server -c-1 -s -o test\"", "prepare": "npm run build:lib && husky install", "release": "npm run build:lib && npm run build:i18n && npm run build && npm run build:esm && npm run build:extension && npm run build:ssr", "help": "node build/build.js --help", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
