Read the statement by Michael Teeuw here.
Hello-Lucy installation troubles
-
@sdetweil hey man, as I wrote I already ran the dependencies.sh in the installer directory. I have the log, everything went fine.
Still don’t have the module in the system -
@sdetweil So I just ran again the installer, weird thing happens. I don’t know why, the package.json is not present in the directory. So this message comes up:
npm WARN saveError ENOENT: no such file or directory, open ‘/root/pocketsphinx/package.json’
npm WARN enoent ENOENT: no such file or directory, open ‘/root/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.That is why I don’t have it installed! Should I generate a random package.json with the npm init command?
-
@sdetweil
This is the output error when I run npm start. I generated the config.json with the npm init, no more errors during dependencies installation.[17:54:16.999] [ERROR] App threw an error during load
[17:54:17.000] [ERROR] Error: Cannot find module ‘pocketsphinx-continuous’
at Module._resolveFilename (internal/modules/cjs/loader.js:602:15)
at Function.Module._resolveFilename (/home/pi/MM/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
at Function.Module._resolveFilename (/home/pi/MM/node_modules/module-alias/index.js:49:29)
at Function.Module._load (internal/modules/cjs/loader.js:528:25)
at Module.require (internal/modules/cjs/loader.js:658:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object. (/home/pi/MM/modules/Hello-Lucy/node_helper.js:2:13)
at Object. (/home/pi/MM/modules/Hello-Lucy/node_helper.js:410:3)
at Module._compile (internal/modules/cjs/loader.js:711:30)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:722:10)
[17:54:17.002] [LOG] Whoops! There was an uncaught exception…
[17:54:17.002] [ERROR] { Error: Cannot find module ‘pocketsphinx-continuous’
at Module._resolveFilename (internal/modules/cjs/loader.js:602:15)
at Function.Module._resolveFilename (/home/pi/MM/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
at Function.Module._resolveFilename (/home/pi/MM/node_modules/module-alias/index.js:49:29)
at Function.Module._load (internal/modules/cjs/loader.js:528:25)
at Module.require (internal/modules/cjs/loader.js:658:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object. (/home/pi/MM/modules/Hello-Lucy/node_helper.js:2:13)
at Object. (/home/pi/MM/modules/Hello-Lucy/node_helper.js:410:3)
at Module._compile (internal/modules/cjs/loader.js:711:30)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:722:10) code: ‘MODULE_NOT_FOUND’ }There still is this:
[STEP 3/5] Installing pocketsphinx | Done
[STEP 4/5] Exporting paths
[STEP 4/5] Exporting paths | Done
[STEP 5/5] Installing npm dependencies
dependencies.sh: line 89: cd: /root/MagicMirror/modules/Hello-Lucy: No such file or directoryWhy no directory in root? Many thanks and sorry!
-
@SSkull995 you have to
cd ~/MagicMirror/modules/MMM-Hello-Lucy/installers ./dependencies.sh
-
AND NOT sudo
And logged on as normal user, not root -
@sdetweil man, I never ran sudo.
And I still don’t know why the program gives me the error about the config.json file and the dependencies.sh
Btw, ./dependencies is no command -
@SSkull995 just to be sure, I ran the program again, the installer. This time with the ./dependencies. Errors+no dependencies directory found
-
@SSkull995 did u look in the folder?
It’s ./dependencies.sh
The only file in the module/installers folder
-
we may have to start over, as I have no idea what ‘installer’ u have been running or how
cd ~/MagicMirror/modules rm -rf MMM-Hello-Lucy Then git clone Mykles repo cd MMM-Hello-Lucy cd installers ./dependencies.sh cd .. npm install
-
@sdetweil actually I have dependencies.sh, because the ./ makes it invisible even if it was there. Typing ls in installers makes me see the normal dependencies.sh