-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revise to avoid peer warning messages? #73
Comments
Are you getting this when you install via the Node-RED palette? |
Nope, when I install via npm cli. |
This looks similar to the error I just opened (#84) that is preventing me from installing the widget from the palette. In my case the peer it is looking for is node-red-dashboard@2.23.2. |
Hello @Nodi-Rubrum , Hello @randomhammer , this as been resolved in PR #87, released in version 0.4.10, tracked in #86 . Please let me know there if that resolves the issue! |
Unfortunately this hasn't fixed the problem. "peerDependencies": { The PR fixes it in devDependencies but not in peerDependencies |
Revise to avoid peer warning messages? For example...
npm WARN node-red-contrib-ui-led@0.4.4 requires a peer of node-red@^1.2.6 but none is installed. You must install peer dependencies yourself.
The text was updated successfully, but these errors were encountered: