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)
請接受您自己的答案,以便其他人可以從中受益。謝謝 –