When I run the ember new
command to create a new project, the project gets created in my home directory instead of the directory the new
command is executed from.
Anyone know why?
I had a package.json file in my root directory. Deleting it fixed the issue for me.