-
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
npm install fails with node 7.2 and 8.0 #37
Comments
What is your node version? |
node version is 7.2.0 |
Swig does not support node 7 yet, see for details swig/swig#825 You could try node 5 or, probably, wait till the swig issue is resolved. |
Latest PR is at swig/swig#968 |
I managed to install node-pocketsphinx with node version 9.0.0 (should work with 7.x and 8.x as well). (I had some trouble in finding the actual repo that contains the pull request, here's the link: https://github.com/swig/swig/tree/f08d7a63a92a3ba89d97bdfcc206e1e1c4804c0f) |
Hi,
I have the latest sphinxbase and pocketsphinx installed from github, also PKG_CONFIG_PATH is set to /usr/local/lib/pkgconfig.
I have cmake of version 3.7.1 and SWIG of Version 3.0.10.
When I tried to do npm install pocketsphinx it gave the following error:
log.txt
Seemed to be a problem with "cmake-js compile" ?
The text was updated successfully, but these errors were encountered: