devtools-terminal
devtools-terminal copied to clipboard
OSX install appeared to work, but cannot use Terminal
I may be missing something obvious, but I just cannot seem to get this to work.
I successfully ran these commands:
npm install -g devtools-terminal
sudo devtools-terminal --install --id=...
But I cannot get a prompt in the new chrome terminal (either its stuck on the announcement, or I can get a blank black screen, but no cursor).
I tried restarting the app, and am currently tinkering with a config.js
file, but can't seem to get anything to work. Even tried to do a remote connection, but that doesn't seem to help.
Would be handy if someone wanted to update the OSX-install documentation. Currently, it's a bit lacking, especially with the new NPAPI "announcement"
If you’re on a Mac, just download this Chrome extension. Install it, and you good to go. No need to read any further.
You are right, I'll update the documentation right now.
By the way, can you also tell me what kind of shell are you using? Is it bash, zsh or maybe even something else?
Hey Dmitry,
Thanks for the speedy reply!!!
Sorry, should've clarified that I'm using bash. I've really only been using the Terminal seriously for < 1 year, so I'm pretty new to this stuff.
At one point, I (somewhat brazenly) installed Mathias Bynens dotfileshttps://github.com/mathiasbynens/dotfiles which apparently changed quite a few things. Not sure if that would have any impact on all this.
Zach Lysobey (203) 984-4048
On Tue, Jan 21, 2014 at 12:38 PM, Dmitry Filimonov <[email protected]
wrote:
By the way, can you also tell me what kind of shell are you using? Is it bash, zsh or maybe even something else?
— Reply to this email directly or view it on GitHubhttps://github.com/petethepig/devtools-terminal/issues/27#issuecomment-32909019 .
Nice tool, though I too have this issue. I only see the important announcement page. Should I have not run the following?
sudo devtools-terminal --install --id=...
I'm on Mavericks in a bash shell using Chrome Version 33.0.1750.117.
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.9.1
BuildVersion: 13B42
$ ps -p $$
PID TTY TIME CMD
54610 ttys000 0:01.12 -bash
Is there currently any potential fixes? Is there other information can I provide?
+1... not working here either after installing the node plugin.
Restarted all windows but am still getting the announcement.
I'm using ZSH btw.