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

Remove deprecated packages from package.json #27

Open
pmelendez2 opened this issue Mar 17, 2021 · 0 comments
Open

Remove deprecated packages from package.json #27

pmelendez2 opened this issue Mar 17, 2021 · 0 comments

Comments

@pmelendez2
Copy link
Collaborator

pmelendez2 commented Mar 17, 2021

Task

Remove packages: request@2.88.2 and har-validator@5.1.5

When I did a npm install -g for the first time alot of WARN messages were outputted stating newer packing versions were available. I then did a npm install -g npm-check-updates and packages where updated, but a few of them were still WARN'ing, I didn't dig into the code to see how to replace them but project just started so these deprecated packages should be addressed now.

When doing a fresh install for the first time on Linux, Ubuntu 20.04, npm install -g npm-check-updates outputs the following:

"user@hostname" ~/src/opensd/fmap (build-local)$ npm install -g npm-check-updates
npm WARN deprecated request@2.88.2: request has been deprecated, see request/request#3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
"homedir"/.nvm/versions/node/v14.2.0/bin/npm-check-updates -> "homedir"/.nvm/versions/node/v14.2.0/lib/node_modules/npm-check-updates/bin/cli.js/.nvm/versions/node/v14.2.0/bin/ncu -> "homedir"/.nvm/versions/node/v14.2.0/lib/node_modules/npm-check-updates/bin/cli.js

  • npm-check-updates@11.3.0
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