forked from moneppo/node-pocketsphinx
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Module version mismatch. Expected 49, got 48. #32
Comments
You need to provide exact and complete output of the problematic command. |
|
This is a bug in electron-prebuilt electron-userland/electron-prebuilt#172, you can compile electron from source or downgrade it to fix this problem. |
ok I just tried clearing everything (on homebrew) and it seems that it is really a problem on Electron's end. An error from the future.. thanks for finding the temporary solution! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I've installed sphinxbase and pocketphinx from the github repository as per the README on my OSX El Capitan.
I managed to compile node-pocketsphinx properly with cmake-js, and tried the commands on the Readme to test that pocketsphinx is indeed working. However, i'm getting the Module version mismatch error whenever I try to call the module on
npm start
.My node version is
v6.2.2
and npm is3.9.5
.I tried reinstalling the entire
node_modules
by deleting it and reinstalling, and even re-downloaded node and npm, but to no avail.Any ideas?
The text was updated successfully, but these errors were encountered: