I think I've found a bug and reported it here. <ht...
# general
f
I think I've found a bug and reported it here. https://github.com/pulumi/pulumi/issues/3748 If someone could give it a once over for anything obviously stupid (always a possibility!), it would be appreciated.
g
Just looking at it now...
🀝 1
(still looking)
f
Nothing obvious jumping out I guess then :)
g
I'm able to reproduce it with your code, but when I copy/paste same awsx/vpc code into another project it works fine.
Removing the
pulumi:noSyncCalls: "true"
from your code makes it work for me.
I'll comment on the issue.
f
What version of node are you using?
g
v10.16.3
πŸ€”
f
@gentle-diamond-70147 Sorry for hijacking this thread, but the default settings when using a template sets
Copy code
"devDependencies": {
        "@types/node": "^8.0.0"
    },
In
package.json
What is the correct version to use? I am using homebrew to keep latest nodejs. As I understand this is just for the typescript types, but which version should I lock to specifically?
It’s using β€œ@types/node@*β€œ: version β€œ13.1.2 In
yarn.lock