don/node-eddystone-beacon

Running simpleBeacon.js error?

Closed this issue · 2 comments

Hi there

I'm running -
sudo node simpleBeacon.js

And get the following error -
Error: Cannot find module './../eddystone-beacon'...

What am I doing wrong - everything is in the right place as I've done sudo npm install eddystone-beacon, etc.

@gkodikara There's a missing dot... should be '../../eddystone-beacon'
Fixed with this PR /pull/11

This is fixed now, I've merged in #11 from @dermike.