-
Notifications
You must be signed in to change notification settings - Fork 405
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
nest new crashes when installing dependencies #138
Comments
I assume this is somehow related to this "issue", and the culprit is this line. I was able to reproduce it removing the newly-created folder before this line is executed. However, I have no clue why the project folder would not exist. I'm running Debian 9 here and I didn't experience this issue. |
Hey guys ! |
@raqbit What was the project name you were trying to generate (or something similar)? @thomrick I think you were right about the above mentioned issue with non kebab-case naming.
|
No links between simple / kebab / camel case app name and the error. |
@josiahdahl Yes, I can confirm that the project was probably |
This happens when picking either npm or yarn.
As I would think this is a system dependent issue, here are some details:
Nestjs-cli version:
5.1.2
installed via yarn.Node version:
v8.11.2
installed via NVM.NPM version:
v5.6.0
installed via NVM.Yarn version:
v1.6.0
installed as package via NPM.OS: Ubuntu 18.04, linux
Simply running
nest new [name]
and hitting enter for all the questions triggers this crash.The text was updated successfully, but these errors were encountered: