unmet peer dep ws@*
fmalcher opened this issue · 1 comments
fmalcher commented
warning "soundcraft-ui-connection > isomorphic-ws@4.0.1" has unmet peer dependency "ws@*".
Julusian commented
I guess there is some magic going on from nx to populate the dependencies of the packages. There are no dependencies defined in https://github.com/fmalcher/soundcraft-ui/blob/main/packages/mixer-connection/package.json
And the published package.json from npm looks like
{
"name": "soundcraft-ui-connection",
"description": "Library for controlling the Soundcraft Ui series audio mixers",
"version": "0.7.0",
"license": "MIT",
"author": "Ferdinand Malcher <ferdinand@malcher.media>",
"repository": {
"type": "git",
"url": "https://github.com/fmalcher/soundcraft-ui.git"
},
"bugs": {
"url": "https://github.com/fmalcher/soundcraft-ui/issues"
},
"homepage": "https://github.com/fmalcher/soundcraft-ui/tree/main/packages/mixer-connection",
"keywords": [
"Soundcraft UI",
"Mixer control",
"Audio",
"Audio mixer",
"Sound"
],
"main": "src/index.js",
"typings": "src/index.d.ts",
"dependencies": {
"rxjs": "^6.6.3",
"isomorphic-ws": "^4.0.1"
},
"peerDependencies": {}
}