Base solution for your next web application
Open Closed

V6.7.0 warning message #6577


User avatar
0
fguo created

I just download Core+Angular v6.7.0. When I yarn the Angular package, I got the following message. It seems some problems around "[email protected]" and " > @swimlane/[email protected]". Please advise how to fix. Thanks,

yarn install v1.13.0 [1/4] Resolving packages... [2/4] Fetching packages... info [email protected]: The platform "win32" is incompatible with this module. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... warning " > @swimlane/[email protected]" has unmet peer dependency "d3@^4.10.2". warning " > @swimlane/[email protected]" has unmet peer dependency "d3-array@^1.2.1". warning " > @swimlane/[email protected]" has unmet peer dependency "d3-brush@^1.0.4". warning " > @swimlane/[email protected]" has unmet peer dependency "d3-color@^1.0.3". warning " > @swimlane/[email protected]" has unmet peer dependency "d3-force@^1.1.0". warning " > @swimlane/[email protected]" has unmet peer dependency "d3-format@^1.2.0". warning " > @swimlane/[email protected]" has unmet peer dependency "d3-hierarchy@^1.1.5". warning " > @swimlane/[email protected]" has unmet peer dependency "d3-interpolate@^1.1.5". warning " > @swimlane/[email protected]" has unmet peer dependency "d3-scale@^1.0.6". warning " > @swimlane/[email protected]" has unmet peer dependency "d3-selection@^1.1.0". warning " > @swimlane/[email protected]" has unmet peer dependency "d3-shape@^1.2.0". warning " > @swimlane/[email protected]" has unmet peer dependency "d3-time-format@^2.1.0". [4/4] Building fresh packages... Done in 76.89s.


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    fsevents is an optional dependency (see: yarn.lock). It is only needed if you want to run LedgerSubprovider in a Node environment (which is not supported on Linux without additional build-dependent dependencies). You can safely ignore this warning.