版本信息
问题
我尝试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)
答案 0 :(得分:0)