-
Notifications
You must be signed in to change notification settings - Fork 0
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
Check node version on preinstall (also, support other node versions) #3
Comments
0 info it worked if it ends with ok |
Yea, semi-known bug (but not documented, so thanks). I think it's a difference in Node's readline module <0.10 (which is used in Summon), but I haven't investigated much yet. Assigning to myself. |
Btw, I think you should be able to get Impromptu installed by installing your prompt before running this setup.
After doing that, you can run In doing that, the readline stuff won't run because your prompt will already be setup. Assuming I'm right about that being the bug, doing that should avoid this problem. And actual Impromptu does run correctly on 0.8 (or at least that's what the unit tests suggest). Edit: After reading the error more closely, you also need to install CMake, which is one of the git module's dependencies (it's another thing that can trigger readline running). |
Koop just informed me that I still didn't really read this, and the log/second screenshot is actually from 0.10. I'm not sure what the problem is exactly. I'll come take a look in a bit. |
The text was updated successfully, but these errors were encountered: