Closed greaterweb closed 9 years ago
rm -rf node_modules && npm install
?--debug
please? No need for --debug
. Looks like the default theme needs 6to5-runtime since the last release but it's not a dependency... probably some ES6 stuff we're using in the theme used to work without runtime but since a new 6to5 version, requires the runtime.
However if I compile the theme now the dist files don't need 6to5-runtime... I'm pblishing a patch.
But WTF, sassdoc-theme-default is still using Babel, so why did it ever require 6to5-runtime? Should be babel-runtime at least. Anyway...
Should be okay with sassdoc-theme-default 2.3.6.
Seems to be working now, thank you!
I'm getting the following error when using the latest
sassdoc
andsassdoc-theme-default
Here is a look at the dependencies that were installed.
Any help would be greatly appreciated, thanks!