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
The current command from the doc does not work. gatsby clean && rmdir /s /q ..\\autogenstudio\\web\\ui 2>nul & (set \"PREFIX_PATH_VALUE=\" || ver>nul) && gatsby build --prefix-paths && xcopy /E /I /Y public ..\\autogenstudio\\web\\ui
Use a windows 11 machine and git bash for windows and run gatsby clean && rmdir /s /q ..\\autogenstudio\\web\\ui 2>nul & (set \"PREFIX_PATH_VALUE=\" || ver>nul) && gatsby build --prefix-paths && xcopy /E /I /Y public ..\\autogenstudio\\web\\ui
You will get
Model Used
No response
Expected Behavior
The command should be executed without any error.
Screenshots and logs
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
The current command from the doc does not work.
gatsby clean && rmdir /s /q ..\\autogenstudio\\web\\ui 2>nul & (set \"PREFIX_PATH_VALUE=\" || ver>nul) && gatsby build --prefix-paths && xcopy /E /I /Y public ..\\autogenstudio\\web\\ui
The tweaked one:
gatsby clean && rmdir /s /q "..\autogenstudio\web\ui" 2>nul & (set \"PREFIX_PATH_VALUE=\" || ver>nul) && gatsby build --prefix-paths && xcopy public "..\autogenstudio\web\ui" //E //I //Y
is working.
Steps to reproduce
Use a windows 11 machine and git bash for windows and run
gatsby clean && rmdir /s /q ..\\autogenstudio\\web\\ui 2>nul & (set \"PREFIX_PATH_VALUE=\" || ver>nul) && gatsby build --prefix-paths && xcopy /E /I /Y public ..\\autogenstudio\\web\\ui
You will get
Model Used
No response
Expected Behavior
The command should be executed without any error.
Screenshots and logs
Additional Information
No response
The text was updated successfully, but these errors were encountered: