felixge / node-ar-drone

A node.js client for controlling Parrot AR Drone 2.0 quad-copters.
http://nodecopter.com/
MIT License
1.76k stars 428 forks source link

Error: Cannot find module 'simple-debug' #159

Open riyadfebrian opened 5 years ago

riyadfebrian commented 5 years ago

i use your library, but with different methods. refer to Ordina-JTech as i want to implement an ultrasonic on Ar-drone.

i copy all of your library to ar-drone in data/video and run command ./node filenode.js but there's something error missing lib named 'simple-debug'.

do u know what's wrong with that ? and how i fix that ?

wiseman commented 5 years ago

Before running anything, you need to install dependencies. Try npm install.