thex-at / pimatic-holidays

holiday device for pimatic home automation
GNU General Public License v2.0
2 stars 2 forks source link

installation is still missing something... #2

Closed thex-at closed 6 years ago

thex-at commented 6 years ago

git cloning the plugin works fine but i still have to run "npm install" to get the dependencies and it's still bugging me for some peer dependencies...

have to find out how an installation should work for a plugin...

thost96 commented 6 years ago

This is a normal behavior if you clone a plugin from github. If you publish the plugin to npmjs.com, npm will automatically install all needed dependencies ;-)

The peer dependencies should be some pimatic packages, which can be ignored, due to the fact, that you manually install the plugin.