mulesoft-labs / raml-generator

Generate files from a RAML document and Handlebars templates
Other
31 stars 11 forks source link

mkdirp is required #1

Closed sichvoge closed 9 years ago

sichvoge commented 9 years ago

If you create a project and include raml-generator/bin into it - you'll run into a dependency problem. mkdirp is missing. Adding it to your package.json should solve the issue. I'll create a pull request for it.

The final solution should look like:

"dependencies": {
    ...,
    "mkdirp": "^0.5.0"
  }
blakeembrey commented 9 years ago

Fixed in master, release in v0.0.2 :+1: