We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm i @tdewolff/minify
Really wanted to try this minifier, but got an error message: npm error 'C:\Program' is not recognized as an internal or external command,
npm error 'C:\Program' is not recognized as an internal or external command,
Probably because node/npm is installed in Program Files and you're missing quotes aourd a path with a space somewhere.
Program Files
The text was updated successfully, but these errors were encountered:
Could your post the complete log?
Sorry, something went wrong.
npm error code 1 npm error path C:\XXXXXXXXXX\node_modules\@tdewolff\minify npm error command failed npm error command C:\WINDOWS\system32\cmd.exe /d /s /c node-gyp-build npm error 'C:\Program' is not recognized as an internal or external command, npm error operable program or batch file.
Is that the whole log? This might be a node-gyp-build problem, but I'm not sure...
node-gyp-build
No branches or pull requests
Really wanted to try this minifier, but got an error message:
npm error 'C:\Program' is not recognized as an internal or external command,
Probably because node/npm is installed in
Program Files
and you're missing quotes aourd a path with a space somewhere.The text was updated successfully, but these errors were encountered: