wesleytodd / YeoPress

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

path is not defined on install #88

Closed JohnBueno closed 10 years ago

JohnBueno commented 10 years ago

I'm running into a bit of an issue when trying to run the basic install for yeopress. After completing the last step of configuration I am getting a but saying:

this.siteRoot = path.resolve(this.options.siteRootDirectory); ^ ReferenceError: path is not defined at new module.exports (/usr/local/lib/node_modules/generator-wordpress/node_modules/wp-util/lib/site.js:15:18)

wesleytodd commented 10 years ago

40b17de9e9178aaa89162aa3ba2f879302e6bec1 Fixed. Sorry about that, just update to 1.4.1 and this should go away.