Skip to content
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

Yeoman always scaffolds files in my home folder #204

Closed
jaydenlin opened this issue Sep 14, 2014 · 2 comments
Closed

Yeoman always scaffolds files in my home folder #204

jaydenlin opened this issue Sep 14, 2014 · 2 comments

Comments

@jaydenlin
Copy link

cd  ~
mkdir testApp
cd testApp
yo

I find that the yo always scaffolds files in my home folder instead of in testApp.
Is there any solution?
My environment is OSX 10.9.4. and the version of yo is 1.1.2
Thank you.

@SBoudrias
Copy link
Member

Remove the .yo-rc.json file in your home directory. rm ~/.yo-rc.json

@jaydenlin
Copy link
Author

Thanks a lot! The problem is solved!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants