Hi everyone! I’m pretty new in linux world, so I’m doing my best to get every module working right.
At the moment I had no major troubles, but when I tried to use the MMM-Voice module, I can’t get the last dependence.
I get the following error:
[STEP 5/6] Installing npm dependencies
dependencies.sh: line 106: cd: /home/christian/MagicMirror/modules/MMM-voice: No such file or directory
npm WARN enoent ENOENT: no such file or directory, open '/home/christian/pocketsphinx/package.json'
npm WARN pocketsphinx No description
npm WARN pocketsphinx No repository field.
npm WARN pocketsphinx No README data
npm WARN pocketsphinx No license field.
[STEP 5/6] Installing npm dependencies | Done
[STEP 6/6] Manipulating dependencies
dependencies.sh: line 118: cd: /home/christian/MagicMirror/modules/MMM-voice/node_modules/pocketsphinx-continuous: No such file or directory
sed: can't read index.js: No such file or directory
[STEP 6/6] Manipulating dependencies | Failed
Any idea why or how should I continue?
Kind regards.