-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Bug with Node.js 8.1.0 on Linux #5905
Milestone
Comments
That's why we tell to use an LTS version in our documentation... |
Maybe, I must add a bug report on Yeoman ? |
Yes |
This is a bug in nodejs. It was fixed then reintroduced. 6.x LTS works. See here: |
Ok ! |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview of the issue
On Linux , with NodeJS 8.1.0, it's impossible to use arrow keys when we generate a new project with command
jhipster
oryo jhipster
.I've tried with zsh, sh, bash, and with Gnome-Terminal, XTerm, tty, and with Yeoman 1.8.5 or 2.0.0 and with Jhipster 4.3.0, 4.5.2 and 4.5.3.
If we kill yeoman (
pkill yo
), after having use this command, in the same shell there are many other issues with other commands like sudo (can't enter passwords).With Nodejs 8.1.0, there is no problems with command
jhipster entity myentityname
.With NodeJS 7.9.0, there isn't any problem. All work fine.
Motivation for or Use Case
It's a bug because we can't generate a new project ! And it's a bug because after having kill yo, there are a lot of other issues with other commands like sudo !
Reproduce the error
yo jhipster
orjhipster
pkill yo
)sudo
it's not possible to enter password.Related issues
Nothing found on https://github.com/yeoman/yo/issues
Suggest a Fix
Is it a bug with JHipster generator ? Or Yeoman ?
JHipster Version(s)
Bug with Jhipster 4.3.0, or 4.5.2 or 4.5.3.
JHipster configuration
It's for a new project. So this section it's irrelevant.
Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryBrowsers and Operating System
Linux
The text was updated successfully, but these errors were encountered: