Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node_modules\guetzli\vendor already exists #258

Open
Ronsevet opened this issue Apr 4, 2019 · 2 comments
Open

node_modules\guetzli\vendor already exists #258

Ronsevet opened this issue Apr 4, 2019 · 2 comments

Comments

@Ronsevet
Copy link

Ronsevet commented Apr 4, 2019

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
Copy link
Author

Ronsevet commented Apr 4, 2019

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

@kornelski
Copy link

This project doesn't support Node.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants