You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.Especially, the deprecated packages can be more problematic if they are so because of some vulnerabilities they might have.
The text was updated successfully, but these errors were encountered: