@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?