RobLoach / node-raylib

Node.js bindings for Raylib
https://robloach.github.io/node-raylib/
Other
248 stars 20 forks source link

npm install - Bidding issue. #44

Open JMRwork opened 4 years ago

JMRwork commented 4 years ago

raylib@0.2.0 postinstall /home/a/aapp/node_modules/raylib cmake-js compile

[ '/usr/local/bin/node', '/home/a/aapp/node_modules/.bin/cmake-js', 'compile' ] info TOOL Using Unix Makefiles generator. info REP Build has been failed, trying to do a full rebuild. ERR! OMG CMake executable is not found. Please use your system's package manager to install it, or you can get installers from there: http://cmake.org. npm WARN principiojs@1.0.0 No repository field.

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! raylib@0.2.0 postinstall: cmake-js compile npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the raylib@0.2.0 postinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! /home/a/.npm/_logs/2019-12-27T14_21_17_214Z-debug.log

Even if have Cmake installed, on app modules or globally. probably a build scripting issue.

RobLoach commented 4 years ago

Which version of node are you using?

JMRwork commented 4 years ago

Which version of node are you using?

v12.14.0

RobLoach commented 4 years ago
ERR! OMG CMake executable is not found!!!!

OMG!!!! Make sure cmake is installed! I'll update README.md with that note :smile: