https://pulumi.com logo
Title
m

most-lighter-95902

11/27/2021, 3:18 AM
/Users/seungchanlee/Documents/create-knative-cluster/node_modules/@pulumi/pulumi/runtime/invoke.js:127
            const resp = yield debuggable_1.debuggablePromise(new Promise((innerResolve, innerReject) => monitor.invoke(req, (err, innerResponse) => {
                                                                                                                 ^

<ref *1> TypeError: Cannot read properties of null (reading 'invoke')
    at /Users/seungchanlee/Documents/create-knative-cluster/node_modules/@pulumi/pulumi/runtime/invoke.js:127:114
    at new Promise (<anonymous>)
    at /Users/seungchanlee/Documents/create-knative-cluster/node_modules/@pulumi/pulumi/runtime/invoke.js:127:63
    at Generator.next (<anonymous>)
    at fulfilled (/Users/seungchanlee/Documents/create-knative-cluster/node_modules/@pulumi/pulumi/runtime/invoke.js:18:58)
    at processTicksAndRejections (node:internal/process/task_queues:96:5) {
  promise: Promise { <rejected> [Circular *1] }
}
s

steep-sunset-89396

11/29/2021, 12:06 AM
Ha you tried saving the file locally and then reference the local file in your code instead of a remote URL ? Do you get the same behaviour ?
m

most-lighter-95902

11/29/2021, 12:11 AM
Let me try it
@steep-sunset-89396 I can’t seem to reproduce this issue when downloading the file and using the local version
Do you have any idea why this is happening?
s

steep-sunset-89396

11/29/2021, 5:10 AM
No, I really don't know why it's behaving this way. Do you mind opening a new issue on Github please ? If you could also reference this thread along with your issue that would be helpful for the team to look into this.
m

most-lighter-95902

11/29/2021, 5:17 PM
OK will do