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 has been archived by the owner on Jun 23, 2020. It is now read-only.
mkdir -p out/ && gulp is used in the build process for the examples.
Windows does not have the -p flag and throws an unhelpful error.
Vlad added the out/ directory with a .gitignore file in them a while ago.
Since Studio is getting sunsetted and the out/ directory exists, I suggest the quick fix or removing the mkdir -p out/ section of gulp.
Downsides: if the user deletes the out/ folder manually, gulp will throw an error.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
mkdir -p out/ && gulp
is used in the build process for the examples.Windows does not have the
-p
flag and throws an unhelpful error.Vlad added the
out/
directory with a.gitignore
file in them a while ago.Since Studio is getting sunsetted and the
out/
directory exists, I suggest the quick fix or removing themkdir -p out/
section of gulp.Downsides: if the user deletes the
out/
folder manually, gulp will throw an error.The text was updated successfully, but these errors were encountered: