-
Notifications
You must be signed in to change notification settings - Fork 89
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
sudo devtools-terminal --install gives error #81
Comments
It seems Node v7 finally removes If you just want a workaround, you can manually patch the local Socket.IO installation. Go to the Example:
Perhaps a middleground between those two would be a fork of Socket.IO 0.9.x (does such possibly already exist?) or trying to convince the maintainers of Socket.IO to release a new 0.9.x build with this fixed. (Also, still having trouble in Linux - the blank terminal bug. Oh well... It can be worked around using the solution linked to at the top of the README.) (P.S.: Use the |
for mac users, if they have |
In case if you face any error "sed: RE error: illegal byte sequence" export LC_CTYPE=C It worked for me. |
node --version master ✱
v7.0.0
OS X 10.9.5
npm install -g devtools-terminal ⏎ master ✱
/usr/local/bin/devtools-terminal -> /usr/local/lib/node_modules/devtools-terminal/bin/devtools-terminal
/usr/local/lib
└── [email protected]
Edit:
from this , it could be an issue with dependencies with node v7.
The text was updated successfully, but these errors were encountered: