dhleong / wemore

A more awesome library for Belkin WeMo interactions
37 stars 11 forks source link

request js dep is missing? #4

Closed biddster closed 7 years ago

biddster commented 7 years ago

Just npm installed and upon running the Readme sample, it threw an exception about request being missing. I cd'd into node_modules/wemore and did npm install request --save. Now all is well and the sample runs.

dhleong commented 7 years ago

Are you trying to do npm install -g wemore to get the wemore-toggle cli command, or npm install --save to add as a dependency to a project? Either way it worked fine for me just now.

biddster commented 7 years ago

I was installing it as a dep. Let me experiment more and get back to you.

biddster commented 7 years ago

Bizarre, it's working now, duff network call maybe? Either way, have a great weekend, closing.