-
Notifications
You must be signed in to change notification settings - Fork 1
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
trailpack-repl: No text terminal available if using nodemon #42
Comments
I believe this is working now and the issue was caused by invoking the |
Also I had not added Have added this. The error output on
but still don't see the |
Ignore the error re: no ctrl+c this seems to have been introduced with the node 8 LTS release and Windows. microsoft/node-pty#7 FYI Closing the terminal then causes a |
I have followed the steps in the readme and added a
config/repl.js
and set allowNoTTY to true. I still see the errorinfo: trailpack-repl: No text terminal available.
when runningnpm start
. This is a fresh install of trails.js on a Windows 10 machine running Git Bash.I understand if the fix is, use a VM running Ubuntu instead of native windows but thought this might be an issue you might need to fix.
BTW so glad to give this project a spin after hearing it on JSJ :)
The text was updated successfully, but these errors were encountered: