On non-Windows machines, you'll get this warning when installing phylo:
npm WARN phylo@1.0.0-rc.3 requires a peer of fswin@^2.16.1102 but none is installed. You must install peer dependencies yourself.
I know npm doesn't have a dependency on a per-platform basis and optionalDependencies would be silent on Windows so this is a note for other non-Windows users to ignore this warning. I did open a feature request about a platform option for npm: npm/npm#19370
On non-Windows machines, you'll get this warning when installing phylo:
I know npm doesn't have a dependency on a per-platform basis and
optionalDependencieswould be silent on Windows so this is a note for other non-Windows users to ignore this warning. I did open a feature request about a platform option for npm: npm/npm#19370