danielgtaylor / atom-api-blueprint-preview

Live preview API Blueprint in Atom
MIT License
43 stars 19 forks source link

Error in atom 1.9.9 #64

Closed lichenhao closed 8 years ago

lichenhao commented 8 years ago

Previewing ApiBlueprint Failed

Command failed: aglio -i /tmp/atom.apib -t /Users/Ryota/.atom/packages/api-blueprint-preview/templates/api-blueprint-preview.jade -n /Users/Ryota/Documents/canvas-demo/src -o - /bin/sh: aglio: command not found

BrydenR commented 8 years ago

According to the README,

"This plugin requires aglio to be installed and in your path, via e.g: sudo npm install -g aglio"
lichenhao commented 8 years ago

aye, it fixed . Thank U