adorable-musician-66353
04/07/2020, 12:24 PMwarning: resource plugin azure is expected to have version >=2.3.1, but has ; the wrong version may be on your path, or this may be a bug in the plugin
What to do to fix this?colossal-room-15708
04/07/2020, 12:30 PMnpm install
? What does your `packages.json`look like?adorable-musician-66353
04/07/2020, 12:35 PM{
"name": "hello-az-fn",
"devDependencies": {
"@types/node": "^8.0.0"
},
"dependencies": {
"@pulumi/pulumi": "^1.14.0",
"@pulumi/azure": "^2.4.1"
}
}
I did run it.better-rainbow-14549
04/07/2020, 12:46 PMadorable-musician-66353
04/07/2020, 1:15 PMbroad-dog-22463
04/07/2020, 1:51 PMbetter-rainbow-14549
04/07/2020, 3:51 PMwarning: resource plugin azuread is expected to have version >=1.8.0, but has ; the wrong version may be on your path, or this may be a bug in the plugin
broad-dog-22463
04/07/2020, 8:11 PM