wesleytodd / YeoPress

A Yeoman generator for WordPress
Other
1.08k stars 161 forks source link

// forgot a call back don't know where? #156

Open Jonwicks25 opened 9 years ago

Jonwicks25 commented 9 years ago

Seem to get this error everytime I run yo wordpress

3df3ab4f-5440-40da-8f27-af3b7e74d190

wesleytodd commented 9 years ago

It is interesting that the generator files are inside the location you are trying to setup wordpress in. Usually you would run yo wordpress in an empty directory. And the generator itself would be installed globally. What it looks like here is that one of the dependencies is owned by root, so you cannot chown it.

If that is the case then you should probably start with running yeopress in an empty directory to see if you get the same issue. Which you probably wont. Hope that helps