Cannot Copy Errors or Other Info From Dashboard Ubuntu 16.04
See original GitHub issueOverview
When using embark run
, everything works well, but I cannot copy any of the errors with webpack etc and search for them easily when running into compilation problems etc. I also cannot copy any of the addresses or other information I might be interested in looking up outside the dashboard.
Extra Detail
Steps to reproduce
- Open terminal on Ubuntu 16.04
- Clone the DTwitter example, or the demo
embark run
and try and copy anything from the dashboard.
Context (Environment)
- OS: Ubuntu 16.04
- Embark Version: 3.1.7
- Node Version: 8.11.3
- NPM Version: 5.6.0
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
rdd-copy - copy a file, even if read errors occur
In particular, rdd-copy can compute cryptographic hashes over the data it copies, is robust with respect to read errors, and can copy data...
Read more >How to remove/install a package that is not fully installed?
I have been searching on Google and here on Ask Ubuntu but have not found a working solution. The commonly suggested fix is...
Read more >tar: Exiting with failure status due to previous errors - Super User
You will get that message if, for any reason, tar can't add all of the specified files to the tar. One if the...
Read more >How to Fix a 500 Internal Server Error on Your WordPress Site
500.13 – Web server is too busy. 500.15 – Direct requests for global.asax are not allowed. 500.19 – Configuration data is invalid. 500.21...
Read more >python - Pip cannot find metadata file - EnvironmentError
ERROR : Could not install packages due to an EnvironmentError: [Errno ... I found another one named pip-19.0.1.dist-info , and the last one ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing this as WONT_FIX.
Please use
$ embark console
or$ embark run --nodashboard
to preserve copy&paste functionality within the terminal.@sagarjethi Note that if you need addresses, they’ll be in
chains.js
in most cases after deployment.