You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/09/17 12:29:29 UTC

[GitHub] [echarts-doc] tyn1998 opened a new issue, #291: The "Development" part of README can be improved

tyn1998 opened a new issue, #291:
URL: https://github.com/apache/echarts-doc/issues/291

   Hi guys, I followed the instruction provided in "[Development](https://github.com/apache/echarts-doc#development)" but had trouble in previewing effects after changing some of the docs.
   
   Now I know the solution and I can help to improve README. Please assign this issue to me :)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [echarts-doc] plainheart commented on issue #291: The "Development" part of README can be improved

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #291:
URL: https://github.com/apache/echarts-doc/issues/291#issuecomment-1250822407

   For the first issue, if you are using npm `v8.13.x`, please try to downgrade or upgrade to the latest version.
   For the second issue, maybe we can use `webpack-dev-server` or `live-server` to do the automatic update after each change.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [echarts-doc] tyn1998 commented on issue #291: The "Development" part of README can be improved

Posted by GitBox <gi...@apache.org>.
tyn1998 commented on issue #291:
URL: https://github.com/apache/echarts-doc/issues/291#issuecomment-1250929302

   @plainheart Thank you for your time!
   
   Maybe the issue is a specific one only occurs on my machine. I will close the issue and the PR.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [echarts-doc] tyn1998 closed issue #291: The "Development" part of README can be improved

Posted by GitBox <gi...@apache.org>.
tyn1998 closed issue #291: The "Development" part of README can be improved
URL: https://github.com/apache/echarts-doc/issues/291


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [echarts-doc] plainheart commented on issue #291: The "Development" part of README can be improved

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #291:
URL: https://github.com/apache/echarts-doc/issues/291#issuecomment-1250899628

   Just tested the `install` step in various environments and they worked well. Please refer to the following workflow action for details. https://github.com/plainheart/issue-pr-bot-test/actions/runs/3082024906


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [echarts-doc] plainheart commented on issue #291: The "Development" part of README can be improved

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #291:
URL: https://github.com/apache/echarts-doc/issues/291#issuecomment-1250740717

   What trouble did you get into?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [echarts-doc] tyn1998 commented on issue #291: The "Development" part of README can be improved

Posted by GitBox <gi...@apache.org>.
tyn1998 commented on issue #291:
URL: https://github.com/apache/echarts-doc/issues/291#issuecomment-1250747497

   Hi, @plainheart, we talked about the troubles in wechat group so I didn't list them here.
   
   The troubles are due to:
   
   1. Node version
   2. browser cache
   
   I have raised a [PR](https://github.com/apache/echarts-doc/pull/292), and in there I add solutions to address certain issues.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [echarts-doc] tyn1998 commented on issue #291: The "Development" part of README can be improved

Posted by GitBox <gi...@apache.org>.
tyn1998 commented on issue #291:
URL: https://github.com/apache/echarts-doc/issues/291#issuecomment-1250834837

   Thanks for reply!
   
   > For the first issue, if you are using npm v8.13.x, please try to downgrade or upgrade to the latest version.
   
   I have tried Node v18, v16 and `npm install` fails in both versions but succeeds in v14 (npm v6.14.17).
   
   > For the second issue, maybe we can use webpack-dev-server or live-server to do the automatic update after each change.
   
   HMR is amazing, I really hope this feature can be brought into this doc project!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [echarts-doc] plainheart commented on issue #291: The "Development" part of README can be improved

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #291:
URL: https://github.com/apache/echarts-doc/issues/291#issuecomment-1250840880

   > I have tried Node v18, v16 and `npm install` fails in both versions but succeeds in v14 (npm v6.14.17).
   
   Could you post the log about the install error?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [echarts-doc] tyn1998 commented on issue #291: The "Development" part of README can be improved

Posted by GitBox <gi...@apache.org>.
tyn1998 commented on issue #291:
URL: https://github.com/apache/echarts-doc/issues/291#issuecomment-1250853222

   <img width="1504" alt="image" src="https://user-images.githubusercontent.com/32434520/191000067-e5b3f419-c1ef-4e23-a1be-6912b7db45d9.png">
   
   Mr. @pissang pointed out that this issue might be related to chokidar:
   
   <img width="553" alt="image" src="https://user-images.githubusercontent.com/32434520/191000236-e9d3af97-8eab-4daf-bb64-394511955d1b.png">


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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