Guten Tag an alle und danke schon mal für eure Hilfe,
mein Problem :
Ich starte pimatic mit dem Befehl: node_modules/pimatic/pimatic.js
dann fängt es auch an zu starten und es läuft auch aber ich kann in pimatic nichts verändern z.B. eine seiter erstellen bzw. sie wird nicht gespeichert da denke ich das Sudo fehlt und es kommt diese Meldung:
error [pimatic]: Could not write config file: EACCES: permission denied, open ‘/home/pi/pimatic-app/config.json’
füge ich aber sudo davor ein also:
sudo node_modules/pimatic/pimatic.js
startet es nicht und es folgt dies hier:
pi@raspberry:~/pimatic-app $ sudo node_modules/pimatic/pimatic.js
/home/pi/pimatic-app/node_modules/pimatic/coffee-cache.js:174
require.extensions.defineGetter(’.coffee’, function(){
^
TypeError: require.extensions.defineGetter is not a function
at Object.<anonymous> (/home/pi/pimatic-app/node_modules/pimatic/coffee-cache.js:174:20)
at Module._compile (module.js:635:30)
at Object.Module._extensions…js (module.js:646:10)
at Module.load (module.js:554:32)
at tryModuleLoad (module.js:497:12)
at Function.Module._load (module.js:489:3)
at Module.require (module.js:579:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/home/pi/pimatic-app/node_modules/pimatic/pimatic.js:3:1)
at Module._compile (module.js:635:30)
at Object.Module._extensions…js (module.js:646:10)
at Module.load (module.js:554:32)
at tryModuleLoad (module.js:497:12)
at Function.Module._load (module.js:489:3)
at Function.Module.runMain (module.js:676:10)
at startup (bootstrap_node.js:187:16)
at bootstrap_node.js:608:3