Read the statement by Michael Teeuw here.
MMM-Hotword modules problem
-
I’m having trouble with MMM-Hotword
pi@raspberrypi:~/MagicMirror/modules/MMM-Hotword $ ls
LICENSE README.md installer package.json temp
MMM-Hotword.css components node_helper.js recipes trainer
MMM-Hotword.js documents package-lock.json resources
pi@raspberrypi:~/MagicMirror/modules/MMM-Hotword $ npm install
npm WARN MMM-Hotword@2.0.1 No repository field.up to date in 1.245s
ound 0 vulnerabilitiespi@raspberrypi:~/MagicMirror/modules/MMM-Hotword $ ls
LICENSE README.md installer package.json tempMMM-Hotword.css components node_helper.js recipes trainer
MMM-Hotword.js documents package-lock.json resources
pi@raspberrypi:~/MagicMirror/modules/MMM-Hotword $ cd node_modules
bash: cd: node_modules: 그런 파일이나 디렉터리가 없습니다// There are no such files or directoriesInstalling node_modules does not create a node_modules directory :(
-
@yuyuyu from the modules/MMM-Hotword folder do
npm install
There are other steps listed in the module README file if there are install troubles
-
-
@yuyuyu - Please use the markdown features of the forum when posting code.