```/Users/seungchanlee/Documents/create-knative-cl...
# kubernetes
m
Copy code
/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
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
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
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
OK will do