TheThingSystem / steward

The Thing System is a set of software components and network protocols that aims to fix the Internet of Things. Our steward software is written in node.js making it both portable and easily extensible. It can run on your laptop, or fit onto a small single board computer like the Raspberry Pi.
http://thethingsystem.com
Other
346 stars 81 forks source link

Installing on OSX #284

Closed Viss closed 8 years ago

Viss commented 9 years ago

I get to the point where I'm instructed to run npm install -l and an error is returned saying that there is no package.json in the current directory. I've never really worked with node before, so I'm not sure what to do next. All of the previous steps appeared to have run without issue. help?

Faeranne commented 9 years ago

Try running npm install from the steward directory in the repository. Unfortunately npm currently doesn't install recursively yet.