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

Release a new version og resumeToText to fix the html-to-text dependency #14

Open
frezbo opened this issue Jun 20, 2020 · 0 comments
Open

Comments

@frezbo
Copy link

frezbo commented Jun 20, 2020

Latest released version is 0.0.15

resume-to-text (aws:none)(kc:none)$ npm install [email protected]
npm WARN saveError ENOENT: no such file or directory, open '/private/tmp/resume-to-text/package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":"~0.8.0"} (current: {"node":"14.4.0","npm":"6.14.4"})
npm WARN notsup Not compatible with your version of node/npm: [email protected]
npm WARN enoent ENOENT: no such file or directory, open '/private/tmp/resume-to-text/package.json'
npm WARN resume-to-text No description
npm WARN resume-to-text No repository field.
npm WARN resume-to-text No README data
npm WARN resume-to-text No license field.

+ [email protected]
added 78 packages from 40 contributors and audited 78 packages in 8.662s
found 10 vulnerabilities (3 low, 2 moderate, 5 high)
  run `npm audit fix` to fix them, or `npm audit` for details
resume-to-text (aws:none)(kc:none)$ grep html-to-text package-lock.json
    "html-to-text": {
      "resolved": "https://registry.npmjs.org/html-to-text/-/html-to-text-0.0.8.tgz",
        "html-to-text": "0.0.8",

Trying the repo:

resume-to-text (aws:none)(kc:none)$ npm install https://github.com/jsonresume/resumeToText
npm WARN saveError ENOENT: no such file or directory, open '/private/tmp/resume-to-text/package.json'
npm WARN enoent ENOENT: no such file or directory, open '/private/tmp/resume-to-text/package.json'
npm WARN resume-to-text No description
npm WARN resume-to-text No repository field.
npm WARN resume-to-text No README data
npm WARN resume-to-text No license field.

+ [email protected]
added 18 packages from 16 contributors, updated 1 package and audited 148 packages in 8.773s

1 package is looking for funding
  run `npm fund` for details

found 29 vulnerabilities (12 low, 5 moderate, 12 high)
  run `npm audit fix` to fix them, or `npm audit` for details
resume-to-text (aws:none)(kc:none)$ grep html-to-text package-lock.json
    "html-to-text": {
      "resolved": "https://registry.npmjs.org/html-to-text/-/html-to-text-0.0.8.tgz",
        "html-to-text": "3.3.0",
        "html-to-text": {
          "resolved": "https://registry.npmjs.org/html-to-text/-/html-to-text-3.3.0.tgz",
resume-to-text (aws:none)(kc:none)$

Should fix #5

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

1 participant