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

Fix npm warnings #89

Open
pascallaprade opened this issue Nov 1, 2017 · 0 comments
Open

Fix npm warnings #89

pascallaprade opened this issue Nov 1, 2017 · 0 comments

Comments

@pascallaprade
Copy link

It looks like the package.json file has gotten out of date. Everything seems to be working anyways, but a couple of warnings are raised by npm when doing a npm install after a fresh clone.

npm WARN deprecated @types/[email protected]: This is a stub types definition for Moment (https://github.com/moment/moment). Moment provides its own type definitions, so you don't need @types/moment installed!
npm WARN deprecated [email protected]: express 2.x series is deprecated
npm WARN deprecated [email protected]: connect 1.x series is deprecated

[... skipping ...]

npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none is installed. You must install peer dependencies yourself.

added 469 packages in 29.629s

Especially, the deprecated packages can be more problematic if they are so because of some vulnerabilities they might have.

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