You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for providing this great tool, it seems to be the only one that does what I'm looking to implement.
I followed the installation guide as provided in the readme, but I'm a bit unclear as to how to finalize the process.
I am getting this error...
` node test.js
module.js:549
throw err;
^
Error: Cannot find module './build/Release/PocketSphinx.node'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object. (/Users/soda/Documents/pocketsphinx/index.js:1:82)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)`
But I think the bigger problem is that I just don't know what to do to run the program. Am I supposed to run it with Node? I know seems like such a noob question, but I'm coming from using WebKit which is native, and not used to setting up something like this.
Thanks so much for any advice.
The text was updated successfully, but these errors were encountered:
Greetings,
Thank you for providing this great tool, it seems to be the only one that does what I'm looking to implement.
I followed the installation guide as provided in the readme, but I'm a bit unclear as to how to finalize the process.
I am getting this error...
` node test.js
module.js:549
throw err;
^
Error: Cannot find module './build/Release/PocketSphinx.node'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object. (/Users/soda/Documents/pocketsphinx/index.js:1:82)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)`
But I think the bigger problem is that I just don't know what to do to run the program. Am I supposed to run it with Node? I know seems like such a noob question, but I'm coming from using WebKit which is native, and not used to setting up something like this.
Thanks so much for any advice.
The text was updated successfully, but these errors were encountered: