trying to follow the <https://pulumi.io/quickstart...
# install
a
trying to follow the https://pulumi.io/quickstart/aws/tutorial-rest-api.html and am getting this error:
Copy code
Diagnostics:
  pulumi:pulumi:Stack (ahoy-pulumi-lab):
    error: Running program '/Users/chris_wiggins/dev/src/pulumi-test/ahoy-pulumi' failed with an unhandled exception:
    TypeError: Cannot read property 'API' of undefined
        at Object.<anonymous> (/Users/chris_wiggins/dev/src/pulumi-test/ahoy-pulumi/index.js:5:39)
        at Module._compile (internal/modules/cjs/loader.js:734:30)
        at Object.Module._extensions..js (internal/modules/cjs/loader.js:745:10)
        at Module.load (internal/modules/cjs/loader.js:626:32)
        at tryModuleLoad (internal/modules/cjs/loader.js:566:12)
        at Function.Module._load (internal/modules/cjs/loader.js:558:3)
        at Module.require (internal/modules/cjs/loader.js:663:17)
        at require (internal/modules/cjs/helpers.js:20:18)
        at runtime.runInPulumiStack (/Users/chris_wiggins/dev/src/pulumi-test/ahoy-pulumi/node_modules/@pulumi/pulumi/cmd/run/run.js:195:20)
        at Stack.<anonymous> (/Users/chris_wiggins/dev/src/pulumi-test/ahoy-pulumi/node_modules/@pulumi/pulumi/runtime/stack.js:71:27)