matype / postcss-style-guide

PostCSS plugin to generate a style guide automatically
Other
526 stars 33 forks source link

Not able to build when installed with npm 3 #29

Closed ronnross closed 8 years ago

ronnross commented 8 years ago

When the style guide is installed with npm 3 many of it's supporting packages are pulled out to the root of the node_modules folder. When I attempt to build a style guide I encounter this error

Error: ENOENT: no such file or directory, open '/node_modules/postcss-style-guide/node_modules/highlight.js/styles/github.css'

When I look in my node_modules folder hightlight.js is in the root of node_modules and not in postcss-style-guide's node_modules. In fact postcss-style-guide does not event contain a node_modules folder.

Scrum commented 8 years ago

@ronnross see #24

ronnross commented 8 years ago

Thanks @GitScrum I added a comment to that thread.