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
{{ message }}
This repository was archived by the owner on May 13, 2024. It is now read-only.
Bug report
Steps to reproduce
I prepared a reproduction repo, here is the reproduction repo:
This issue doesn't need a reproduction repro, here is the steps to reproduce
What is expected?
The command
yarn build
succeeds.What is actually happening?
The script
build:components
fails with code 1.Other relevant information
The cause of this issue is that
mkdir
on windows' cmd.exe does not support-p
option and path separator/
(allows only\
).npx vuepress info
:The text was updated successfully, but these errors were encountered: