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
I may have a solution for this. I added some validation to the gulp file to 1) check the os environment using process.platform. Then I check if the directories exist. if both, or either, exist and the platform is win32 then I use the rmdir command to remove. otherwise I leave the original command intact.
officer, I would like for you to review. please provide next steps as this is my first foray into attempting to assist
In line 76 in gulpfile.js the rm command does not work on windows.
childProcess.exec(
rm -rf ${appConfig.releasePath} && rm -rf ${appConfig.buildPath}
, next);The text was updated successfully, but these errors were encountered: