Hello - i'm seeing the following when I add (and t...
# typescript
b
Hello - i'm seeing the following when I add (and try to use) @pulumi/okta in my typescript project - the only resolve i've found is just removing the dependency entirely:
Copy code
error: Running program '/Users/simon/workspace/aws-typescript/sample-full-infrastructure' failed with an unhandled exception:
    TypeError: pulumi.runtime.registerResourceModule is not a function
        at Object.<anonymous> (/Users/simon/workspace/aws-typescript/node_modules/@pulumi/app/index.ts:75:16)
        at Module._compile (internal/modules/cjs/loader.js:999:30)
        at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
        at Module.load (internal/modules/cjs/loader.js:863:32)
        at Function.Module._load (internal/modules/cjs/loader.js:708:14)
        at Module.require (internal/modules/cjs/loader.js:887:19)
        at require (internal/modules/cjs/helpers.js:74:18)
        at Object.<anonymous> (/Users/simon/workspace/aws-typescript/node_modules/@pulumi/index.ts:13:1)
        at Module._compile (internal/modules/cjs/loader.js:999:30)
        at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
should I file this in the
@pulumi/okta
project ?
b
yes, please share your code in the issue
b
👌
@billowy-army-68599 https://github.com/pulumi/pulumi-okta/issues/77 I think I found the issue
issue closed