danielgtaylor / atom-api-blueprint-preview

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

Module not found error #39

Closed robfe11 closed 9 years ago

robfe11 commented 9 years ago

Hi,

I just installed the plugin on the Atom 1.0.2, when trying to run it, I get the following error:

/bin/sh -c aglio -i /tmp/atom.apib -t /Users/rob/.atom/packages/api-blueprint-preview/templates/api-blueprint-preview.jade -o - { [Error: Cannot find module 'aglio-theme-/Users/rob/.atom/packages/api-blueprint-preview/templates/api-blueprint-preview.jade'] code: 'MODULE_NOT_FOUND' }

Any idea what the issue could be?

Thanks,

Rob

nealeduncan commented 9 years ago

I had this exact same issue on Windows. Installing aglio@1.18.0 instead of 2.0 resolved this for me.

sethlopezme commented 9 years ago

I was getting the same error on OS X. As @nealeduncan suggested, I installed aglio@1.18.0 and it works for me.

danielgtaylor commented 9 years ago

This looks like a regression in 2.0. I'll look into fixing it.

stianborgesen commented 9 years ago

Downgrading to aglio@1.18.0 did not work for me. Downgrading api-blueprint-preview however works for for now.

$apm install api-blueprint-preview@0.5.0

asux commented 9 years ago

I have same issue. But it works with aglio@v1.18.0. Waiting for fix.

danielgtaylor commented 9 years ago

This should now be fixed. Please install Aglio 2.0.2.

robfe11 commented 9 years ago

Awesome, thanks, it works!