pofallon / node-bluesky

A lightweight, simplified node.js library for accessing Windows Azure
15 stars 4 forks source link

Cannot Find Module 'azure/lib/services/table/tablequery' #24

Open mstorrie opened 10 years ago

mstorrie commented 10 years ago

New to Node here. Was running through your pluralsight tutorial on bluesky and when I try to do the example and do the npm install bluesky I get the following error when I try to run.

module.js:340 throw err; ^ Error: Cannot find module 'azure/lib/services/table/tablequery' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (module.js:380:17) at Object. (c:\Users\mstorrie\IdeaProjects\azure2\node_modules\bluesky\lib\table.js:8:18) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.require (module.js:364:17)

pofallon commented 10 years ago

It looks like Microsoft refactored their storage-related functions outside of their core 'azure' library into a separate 'azure-storage' library. I'll need to make some changes to bluesky's dependencies to use this new module.