You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
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
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)
The text was updated successfully, but these errors were encountered: