yeoman / generator-webapp

A gulp.js generator for modern webapps
3.77k stars 708 forks source link

(BUG) Installing in wrong folder #686

Closed dertuerke closed 7 years ago

dertuerke commented 7 years ago

Hi, if i starte a new Project, they install it always on my Desktop not in the folder where i am.

I am here ~/Desktop/lala >> yo webapp

but the project installed on ~/Desktop

Node: v8.2.1 OS: macOS Sierra npm: 5.3.0 yarn: 0.27.5

neilhem commented 7 years ago

Hi, looks like you have .yo-rc.json in Desktop folder, try to remove this file.

dertuerke commented 7 years ago

Thx for the Help. Can Closed