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
when running npm install I get node_modules\guetzli\vendor already exists, I do see that in install.js there is a line .cmd(mkdir -p ${bin.dest()}),
should'nt there be a conditional that confirms whether the folder already exists prior to attempting to create it?
The text was updated successfully, but these errors were encountered:
when running npm install I get node_modules\guetzli\vendor already exists, I do see that in install.js there is a line .cmd(
mkdir -p ${bin.dest()}
),should'nt there be a conditional that confirms whether the folder already exists prior to attempting to create it?
The text was updated successfully, but these errors were encountered: