guetzli icon indicating copy to clipboard operation
guetzli copied to clipboard

node_modules\guetzli\vendor already exists

Open Ronsevet opened this issue 5 years ago • 2 comments

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?

Ronsevet avatar Apr 04 '19 10:04 Ronsevet

When modifying to .cmd(if not exist ${bin.dest()} (mkdir -p ${bin.dest()})) it works as expected

Ronsevet avatar Apr 04 '19 10:04 Ronsevet

This project doesn't support Node.

For anything Node.js-related, please file bugs with maintainer of the Node module.

kornelski avatar Apr 05 '19 11:04 kornelski