Currently the package.json has this section:
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
},
but there is no peerDependencies defined there at all. Am I missing or peerDependenciesMeta should be used in combination with peerDependencies as described in the docs? How is this supposed to work?
The reason why I am asking is this issue. Wouldn't that be fixed by just adding peerDependencies and specifying supports-color as <= 8?
Reactions are currently unavailable
Currently the package.json has this section:
"peerDependenciesMeta": { "supports-color": { "optional": true } },but there is no peerDependencies defined there at all. Am I missing or peerDependenciesMeta should be used in combination with peerDependencies as described in the docs? How is this supposed to work?
The reason why I am asking is this issue. Wouldn't that be fixed by just adding peerDependencies and specifying supports-color as <= 8?