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

Update config.guess for arm platform support

Open ossdev07 opened this issue 7 years ago • 0 comments

Tried to install this package on arm platform. Please find below error which i was facing during installation.

checking build system type... ./config.guess: unable to guess system type configure: error: cannot guess build type; you must specify one Makefile:30: recipe for target 'node-jscoverage' failed make: *** [node-jscoverage] Error 1

uname -a Linux e7fac9d4ba1c 4.10.0-38-generic #42~16.04.1-Ubuntu SMP Tue Oct 10 16:33:57 UTC 2017 aarch64 aarch64 aarch64 GNU/Linux

Updated config.guess from link http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD

Issue was resolved for arm platform.

ossdev07 avatar Oct 09 '18 14:10 ossdev07