Closed yabdab closed 3 years ago
Looks like it does not write the directories in order?
Hmm... I just tried it and it worked fine for me. What is your config? Also, what happens if you call
mkdir -p ./output/components/marketing/sections/heroes
The -p
creates all the intermediate folders like the API call.
EMAIL=******
PASSWORD=*******
OUTPUT=/Users/mikeyrab/Projects/tailwindcss-ui-output
HTMLMODE=alpine
BUILDINDEX=1
TRANSFORMERS=addTailwindCss,prefixSrc,useInter
NOTE that I used the default ./output in my original post. It is different in the config, but still correct path.
Running mkdir -p works fine
I just added the missing folders manually and the crawler worked without issue.
¯_(ツ)_/¯
Any update on this? I am having the same issue? Thanks in advance
Looks like it may be a node issue. I'll figure out a workaround. Thanks!
Cleaning up issues.
I believe this has been resolved. I have not heard of any more complaints.
This ran good the first time, now it fails every time with this error ...
The output folder is empty. The dir permissions are 777 so that is not the issue.