Path error if pc username has space while building
Closed this issue · 0 comments
mm44 commented
Path error if pc username has space in build at getASPath.bat step
i added " " to check_reqs.js to fix it :
const result = execa.sync(path.join('"'+__dirname, 'getASPath.bat"'), { shell: true });