-
Notifications
You must be signed in to change notification settings - Fork 12k
Error: tree.branch is not a function #8253
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
Comments
This happens when it can't find |
This is a duplicate of #8167. Please search before posting a new issue. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug Report or Feature Request (mark with an
x
)Versions.
@angular/cli: 1.4.9
node: 8.4.0
os: darwin x64
Repro steps.
ng new project-name
The log given by the failure.
Error: tree.branch is not a function
tree.branch is not a function
Desired functionality.
Obviously, I would like it to create the new project
Mention any other details that might be useful.
I had this issue in the middle of last week, but restarting my terminal and starting a new session seemed to fix it. But it's not working again. I've uninstalled the CLI globally and reinstalled it, tried different versions, etc, and nothing seems to work. CLI functionality works in existing projects (like generating a module or component) but not when creating a new project. I have no idea where to go from here. I've looked at all the similar issues that I could find and none of the potential solutions have worked.
The text was updated successfully, but these errors were encountered: