sandeepmistry / node-bleacon

A Node.js library for creating, discovering, and configuring iBeacons
MIT License
497 stars 88 forks source link

Installation on C.H.I.P. mini pc #69

Closed dev-prairedogtech closed 7 years ago

dev-prairedogtech commented 7 years ago

We just got a C.H.I.P. mini pc by Next Thing Co and we are trying to install bleacon just like we do under Raspbian OS on a Raspberry Pi, but it just doesn’t want to install?

Using - sudo npm install bleacon

img_0070

sandeepmistry commented 7 years ago

Hi @dev-prairedogtech,

Please follow thing node-gyp prerequisites: https://github.com/nodejs/node-gyp#installation

You are missing make which is included with build-essential I believe ...

dev-prairedogtech commented 7 years ago

I had installed an older version of node on the C.H.I.P - v 4.2.1 I believe. I instead installed the latest version of node v 7.2.0 and also installed build-essential and things seem to be working fine now.