You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, just installed and tried to see how styledocco works but I keep getting this error:
"throw new TypeError('Path must be a string. Received ' + inspect(path));"
I'm using it with Gulp (gulp-styledocco), however, I also tried to use it directly on the command line and I keep getting that error.
This is the output I get from "gulp-styledocco" styledocco --out ./build/css/ --name "Herdez" --no-minify /Users/krrrunch/Code/herdez-front/build/css/main.css
I'm pretty sure I installed it correctly with npm install -fg styledocco
I'm runing styledocco -n "sassdoc" sass, where "sass" is the folder with scss files.
And it throws:
ath.js:7
throw new TypeError('Path must be a string. Received ' + inspect(path));
^
TypeError: Path must be a string. Received undefined
at assertPath (path.js:7:11)
at Object.extname (path.js:1431:5)
at /usr/local/lib/node_modules/styledocco/cli.js:222:48
at Array.filter (native)
at /usr/local/lib/node_modules/styledocco/cli.js:221:37
at tryToString (fs.js:455:3)
at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:442:12)
Hello, just installed and tried to see how styledocco works but I keep getting this error:
"throw new TypeError('Path must be a string. Received ' + inspect(path));"
I'm using it with Gulp (gulp-styledocco), however, I also tried to use it directly on the command line and I keep getting that error.
This is the output I get from "gulp-styledocco"
styledocco --out ./build/css/ --name "Herdez" --no-minify /Users/krrrunch/Code/herdez-front/build/css/main.css
I'm pretty sure I installed it correctly with npm install -fg styledocco
this is my gulp function
I know this is not the gulp-styledocco repository but I really think is a styledocco issue.
Any ideas?
The text was updated successfully, but these errors were encountered: