无法要求('azure')2.0.0预览

时间:2017-04-19 04:50:10

标签: node.js azure azureservicebus

版本信息

  • Node.js:v4.6.0
  • Azure:2.0.0-preview
  • MacOS Sierra(10.12.4 Beta)

问题 我尝试require('azure');时收到以下错误。使用1.2.0预览按预期工作,但我需要使用2.0。有什么指针吗?

/my_path/node_modules/azure/lib/azure.js:1145
let AzureGraph = require('azure-graph');
^^^

SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
at exports.runInThisContext (vm.js:53:16)

1 个答案:

答案 0 :(得分:0)

找到答案。发布它是为了他人的利益。

https://github.com/Azure/azure-sdk-for-node/issues/2141

基本上,Azure包需要您使用节点6.10.2。