## Description: - Described in Readme: https://github.com/retaildevcrews/helium-typescript#warnings - [x] npm WARN deprecated @opentelemetry/types@0.2.0: Package renamed to @opentelemetry/api - See [tracking issue](https://github.com/Azure/azure-sdk-for-js/issues/7079), [description](https://github.com/open-telemetry/opentelemetry-js) - [x] npm WARN deprecated request@2.88.2: request has been deprecated - See [jsdom tracking issue](https://github.com/jsdom/jsdom/issues/2792) and [adal tracking issue](https://github.com/AzureAD/azure-activedirectory-library-for-nodejs/issues/229), [description](https://github.com/request/request/issues/3142) - [x] npm WARN jsdom@15.2.1 requires a peer of canvas@^2.5.0 but none is installed. You must install peer dependencies yourself. - See [tracking issue](https://github.com/node-gfx/node-canvas-prebuilt/pull/80) The original warnings (above) are all resolved and removed from the readme. The remaining are: - [ ] npm WARN gulp-debug@4.0.0 requires a peer of gulp@>=4 but none is installed. You must install peer dependencies yourself. - Still needs investigation as to what the impact is here - so far, it has had no impact on app performance/functionality - [x] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/fsevents): - after initial research, this warning is optional and does not affect the app so no further action is needed - [x] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) - after initial research, this warning is optional and does not affect the app so no further action is needed
Description:
Described in Readme: https://github.com/retaildevcrews/helium-typescript#warnings
npm WARN deprecated @opentelemetry/types@0.2.0: Package renamed to @opentelemetry/api
npm WARN deprecated request@2.88.2: request has been deprecated
npm WARN jsdom@15.2.1 requires a peer of canvas@^2.5.0 but none is installed. You must install peer dependencies yourself.
The original warnings (above) are all resolved and removed from the readme. The remaining are: