-
Notifications
You must be signed in to change notification settings - Fork 5
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
Error: Project creation failed during initiation. #14
Comments
I tried both npx ember-cli-create And this yarn global add ember-cli-create
ember-cli-create but both have the same issue |
That error appears when the folder couldn't be created during the init step (which runs |
I was trying to make it in my |
I have no idea why this is failing. All I do is this: ember-cli-create/src/tasks/init.js Lines 5 to 33 in ae310fd
where |
I also have this issue. I originally thought it was due to my use of nodenv but I tried using the standard homebrew installed node and received the same error. I'm also trying this in a folder where permissions shouldn't be an issue. Is there any way for us to enable some more robust logging to try to help track down the issue? |
No, nothing like this is built-in 😬 As you can see, it running I have seen this error myself, run the same thing one more time and it runs through. If you have suggestions how to debug this, I'm more than happy to integrate them. |
It does look like the Interestingly, the install does work for me if I have I'll see if I can come up with anything else. For now, installing globally does seem to be a valid workaround for me. |
Hmm, no - |
Ah I see; that makes sense. Well, that solves my problem. @alexlafroscia is this also the cause of your issue? Didn't mean to hijack your issue for my user error problems. |
I don't have a globally installed Ember executable -- maybe that's the issue? I run everything through If a global Event better, "just working" with |
Ah, I was blindly suggesting everybody has a global ember executable. For me From what I read, there should be a check for the ember executable, may it be globally installed or accessable via npx. In case it is not, there should for now be at least an error.
Chris: Can you enlight us here? (will it also work with |
You may want to take a look at what we're doing in https://github.com/ember-cli/create-ember-app We've recently fixed it in the case where you don't have |
I am seeing this as well with |
What name did you use for the project? If i use the string
|
I tried to create a new project with the
Octane + TS
blueprint, but faced the following error:Nothing other than that is reported, so I can't really give any more information that that.
The text was updated successfully, but these errors were encountered: