Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Resolve dependency warnings in Docker build #113

@aflinchb

Description

@aflinchb

Description:

The original warnings (above) are all resolved and removed from the readme. The remaining are:

  • npm WARN [email protected] 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
  • npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
    • after initial research, this warning is optional and does not affect the app so no further action is needed
  • npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: 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

Metadata

Metadata

Assignees

Labels

BugSomething isn't workingNodeHelium-NodePri2Priority 2: Completed in next 4 weekssize: S< 2 days

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions