This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch feat-some-v6-examples
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git

commit 931f2cf1c5199c8566c5292cd22b27d81999c77b
Author: 100pah <sushuang0...@gmail.com>
AuthorDate: Mon Aug 4 05:21:08 2025 +0800

    tweak: guide in README.md
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 184aff8a..2e2d5b0f 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,12 @@ npm run compile:example
 npm run compile:example -- area-basic.ts
 ```
 
+> Notice: if TypeScript errors thrown during this compilation and it is cuased 
by your local modification of echarts TypeScript interface, you need to change 
to depends on your local echarts to pass the compilation. For example:
+> ```sh
+> cd your/echarts-examples
+> npm i --force ../your/local/echarts
+> ```
+
 Each example file should include the meta info at the top, formatted as a JS 
comment:
 ```js
 /*


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to