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

Wrong version specified for clean-css #19

Closed
otakustay opened this issue Jul 9, 2020 · 1 comment
Closed

Wrong version specified for clean-css #19

otakustay opened this issue Jul 9, 2020 · 1 comment

Comments

@otakustay
Copy link

In current package.json clean-css is required >4.2.3, however the latest clean-css version is 4.2.3, install fails for the reason that no version satisfied >4.2.3 specifier.

[2020-07-09 12:04:31] npm ERR! code ETARGET
[2020-07-09 12:04:31] npm ERR! notarget No matching version found for clean-css@>4.2.3.
[2020-07-09 12:04:31] npm ERR! notarget In most cases you or one of your dependencies are requesting
[2020-07-09 12:04:31] npm ERR! notarget a package version that doesn't exist.
[2020-07-09 12:04:31] npm ERR! notarget 
[2020-07-09 12:04:31] npm ERR! notarget It was specified as a dependency of 'hexo-neat'
[2020-07-09 12:04:31] npm ERR! notarget 

This should be fixed to >=4.2.3 or ~4.2.3

@ohroy
Copy link
Owner

ohroy commented Jul 9, 2020

thanks!
fixed in ea9b203

@ohroy ohroy closed this as completed Jul 9, 2020
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