Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webstorm run npm command doesn't show dashboard. #237

Open
slavoroi opened this issue Feb 25, 2018 · 2 comments
Open

Webstorm run npm command doesn't show dashboard. #237

slavoroi opened this issue Feb 25, 2018 · 2 comments

Comments

@slavoroi
Copy link

Please provide a description of the bug / issue, and provide the details below:
When trying to run npm run build:dev in our system which contains webpack-dashboard call it doesn't show anything, just gibberish like :
'�]0;webpack-dashboard��[?1049h�[?1h�=�[1;1r�[?25l�[1;1H�[H�[2J�[?1000h�[?1002h�[?1003h�[?1005h'

If the issue is visual, please provide screenshots here

dashboard webstorm issue

Steps to reproduce the problem
  1. run your script through webstorm

====================================================================

Please provide a gist of relevant files
  1. export TRAX_ENV=INT && export DEBUG=true && webpack-dashboard -- ./config/compile-time-utils/webpack-dev-server.js --config config/webpack.config.dev.js --colors --progress
  2. webpack.config.js , We put new DashboardPlugin() in the plugins array :)

====================================================================

More Details
  • What operating system are you on? Linux mint 17.3
  • What terminal application are you using? webstorm 2017.3.4
  • What version of webpack-dashboard are you using? 1.1.1
  • What is the output of running echo $TERM? xterm-256color
@ryan-roemer
Copy link
Member

Hi @slavoroi -- The dashboard relies on blessed, which doesn't have universal support in psuedo-terminals. You may want to first peruse:

To help us isolate the issue, can you do a temporary tweak to just run a straight blessed application in the WebStorm terminal? Here are some suggestions we've used to isolate the issue in the past:

And then report back. Thanks!

@slavoroi
Copy link
Author

So i did that and now I got nothing, it just printed two lines with no submit form (no gibberish),
the second line is: "node node_modules/blessed/example/simple-form.js"
while printing in the terminal gave a modal with an option of submit or cancel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants