2017-04-19 112 views
0

版本信息無法要求( '蔚藍')2.0.0預覽

  • 的Node.js:v4.6.0
  • Azure:2.0.0預覽
  • MacOS的塞拉利昂(10.12 0.4測試版)

問題 我收到以下錯誤,當我嘗試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) 

回答