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

Could not find package hidapi #292

Closed arcturus closed 8 years ago

arcturus commented 8 years ago

When doing npm install on macosx I get the following error:

npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/hidapi npm ERR! 404 npm ERR! 404 'hidapi' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 It was specified as a dependency of 'node-hid' npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.

There is no hdipai package on the registry.

Faeranne commented 8 years ago

A fix for that was pushed earlier. Do you have the latest master?

arcturus commented 8 years ago

Got it resolved, downgraded my nodejs version to v0.10.24