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
Hey,
Currently installing resume-cli with yarn leads to:
resume-cli
yarn
error [email protected]: The engine "node" is incompatible with this module. Expected version "~0.8.0". error Found incompatible module
A more recent version of html-to-text relaxes the version constraint.
html-to-text
The text was updated successfully, but these errors were encountered:
Yeah, the current npm version of html-to-text has dependency to old "html-to-text": "0.0.8", npm owner has to bump this version and republish it.
"html-to-text": "0.0.8"
Sorry, something went wrong.
Hey, Currently installing resume-cli with yarn leads to: error [email protected]: The engine "node" is incompatible with this module. Expected version "~0.8.0".
error [email protected]: The engine "node" is incompatible with this module. Expected version "~0.8.0".
This should sort you out in the meantime.
yarn global add resume-cli --ignore-engines
Virgil
thomasdavis
No branches or pull requests
Hey,
Currently installing
resume-cli
withyarn
leads to:A more recent version of
html-to-text
relaxes the version constraint.The text was updated successfully, but these errors were encountered: