Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

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

Open
mstorrie opened this issue Jul 2, 2014 · 1 comment
Open

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

mstorrie opened this issue Jul 2, 2014 · 1 comment

Comments

@mstorrie
Copy link

mstorrie commented Jul 2, 2014

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
Copy link
Owner

pofallon commented Jul 6, 2014

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.

pmamut added a commit to pmamut/node-bluesky that referenced this issue Sep 5, 2014
- use azure.TableQuery instead of reaching deep into azure lib
- removed unused BlobResult dependency
pofallon added a commit that referenced this issue Sep 8, 2014
update to work with latest azure package (GitHub issue #24)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants