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/11/07 10:16:00 UTC

[GitHub] [echarts] Ovilia commented on pull request #17882: chore: start a local server for testing when run dev #17868

Ovilia commented on PR #17882:
URL: https://github.com/apache/echarts/pull/17882#issuecomment-1305387164

   > The former command may block the latter command.
   
   It doesn't seem to be blocked to me. Can you give a more detailed explanation? In my environment, `Bundled with esbuild` is printed after the command and it prints again on file changes in `src`.
   
   `npx concurrently` gives extra prompt for developers to confirm so I think if it works without concurrently, it would be better:
   
   ```sh
   Need to install the following packages:
     concurrently@7.5.0
   Ok to proceed? (y)
   ```
   
   And there are other problems with your suggestion:
   
   ```sh
   [0] /bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
   [0] /bin/sh: -c: line 1: syntax error: unexpected end of file
   [1] /bin/sh: run: command not found
   [0] "npm exited with code 2
   [2] /bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
   [2] /bin/sh: -c: line 1: syntax error: unexpected end of file
   [1] run exited with code 127
   [2] dev:fast" exited with code 2
   [3] /bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
   [3] /bin/sh: -c: line 1: syntax error: unexpected end of file
   [3] "npx exited with code 2
   ```
   
   I'm using Bash on Mac terminal.
   


-- 
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