google / guetzli

Perceptual JPEG encoder
Apache License 2.0
12.9k stars 977 forks source link

node_modules\guetzli\vendor already exists #258

Open Ronsevet opened 5 years ago

Ronsevet commented 5 years ago

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 commented 5 years ago

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

kornelski commented 5 years ago

This project doesn't support Node.

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