matype/postcss-style-guide

Not able to build when installed with npm 3

Closed this issue · 2 comments

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.

Thanks @gitscrum I added a comment to that thread.