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
There are a few warnings related to our dependencies that we should take a look at
To Reproduce:
Checkout
npm i
See warnings
Deprecations
There are a few instances of packages being moved to other modules. For example,
npm WARN deprecated [email protected]: This package has moved: use @turf/turf instead
Fixing this warning will resolve most of the issues and should probably be looked at first.
Security Warnings
There are four high priority issues; two can be auto-resolved by npm audit fix. The other two will require a closer look. The general idea is to use LTS over Stable npm versions and LTS over Active angular versions.
The text was updated successfully, but these errors were encountered:
There are a few warnings related to our dependencies that we should take a look at
To Reproduce:
npm i
Deprecations
There are a few instances of packages being moved to other modules. For example,
npm WARN deprecated [email protected]: This package has moved: use @turf/turf instead
Fixing this warning will resolve most of the issues and should probably be looked at first.
Security Warnings
There are four high priority issues; two can be auto-resolved by
npm audit fix
. The other two will require a closer look. The general idea is to use LTS over Stable npm versions and LTS over Active angular versions.The text was updated successfully, but these errors were encountered: