Search code examples
ember.jsember-cli

Ember.js - ember new command installing project in home directory instead of current directory


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?


Solution

  • I had a package.json file in my root directory. Deleting it fixed the issue for me.