sourcey / spectacle

Beautiful static documentation generator for OpenAPI/Swagger 2.0

Home Page:https://sourcey.com/spectacle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not compatible with Node11/OSX

mcrawshaw opened this issue · comments

This package works fine with Node.js 10.x, but fails with the following error when run under 11.x.

Error: Missing binding /usr/local/lib/node_modules/spectacle-docs/node_modules/node-sass/vendor/darwin-x64-67/binding.node
Node Sass could not find a binding for your current environment: OS X 64-bit with Node.js 11.x

Should just be a matter of updating dep node-sass to v4.11.0 (see https://github.com/sass/node-sass/releases). Happy to provide pull request...

Hi there, if you can provide a working PR than please go ahead and I will merge.