You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
Now npm outputs an warning that shouldn't need to be there.
npm WARN unmet dependency /home/.../node_modules/node-red-contrib-tellstick requres telldus@'1.0.0' but will load
npm WARN unmet dependency /home/.../node_modules/telldus,
npm WARN unmet dependency which is version 1.1.0```
The text was updated successfully, but these errors were encountered:
Hey!
https://github.com/emiloberg/node-red-contrib-tellstick/blob/master/package.json#L43
That line should be changed to "**>=**1.0.0"
Now npm outputs an warning that shouldn't need to be there.
The text was updated successfully, but these errors were encountered: