node-raylib icon indicating copy to clipboard operation
node-raylib copied to clipboard

npm install - Bidding issue.

Open JMRwork opened this issue 5 years ago • 3 comments

[email protected] 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 [email protected] No repository field.

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] postinstall: cmake-js compile npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] 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.

JMRwork avatar Dec 27 '19 15:12 JMRwork

Which version of node are you using?

RobLoach avatar Dec 27 '19 16:12 RobLoach

Which version of node are you using?

v12.14.0

JMRwork avatar Dec 27 '19 22:12 JMRwork

ERR! OMG CMake executable is not found!!!!

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

RobLoach avatar Apr 01 '20 04:04 RobLoach