We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Simply tried npm install face-recognition --save and npm install face-recognition. Also tried with sudo. I only get the following error;
npm install face-recognition --save
npm install face-recognition
sudo
executing: git --version executing: cmake --version { Error: Command failed: cmake --version /bin/sh: cmake: command not found at ChildProcess.exithandler (child_process.js:275:12) at emitTwo (events.js:126:13) at ChildProcess.emit (events.js:214:7) at maybeClose (internal/child_process.js:925:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5) killed: false, code: 127, signal: null, cmd: 'cmake --version' } npm WARN [email protected] No description npm WARN [email protected] No repository field. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] install: `node ./install.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] install script.
Any ideas @justadudewhohacks ?
The text was updated successfully, but these errors were encountered:
Hi @davejack1, I think you need to install cmake, I hope this link helpful for you.
Sorry, something went wrong.
@MohannadBakkar i have install the cmake and link that,the same not to install
No branches or pull requests
Simply tried
npm install face-recognition --save
andnpm install face-recognition
. Also tried withsudo
. I only get the following error;Any ideas @justadudewhohacks ?
The text was updated successfully, but these errors were encountered: