EvanLovely/theme-tools

Sassdoc fails to find assets directory on fresh install

joekarasek opened this issue · 1 comments

I did a quick install of sass theme plugin. Sass compiles great, but sassdoc failed to find a resource.

╰─›gulp docs:sass
[16:46:43] Using gulpfile ~/Dev/work/TS-Sites/theme-test/gulpfile.js
[16:46:43] Starting 'docs:sass'...
[16:46:43] Finished 'docs:sass' after 233 ms
» [ERROR] Error: ENOENT: no such file or directory, lstat '/Users/karasek/Dev/work/TS-Sites/theme-test/node_modules/sassdoc-theme-default/assets'
    at Error (native)
╭─ ~/ts/theme-test ⮀ ⭠ master± ⮀
╰─›ls node_modules/sassdoc-theme-default/
default.json index.js     package.json
dist         node_modules views

IRL: Managed to resolve this with a simple reinstall of node dependencies. Unable to reproduce error.