https://pulumi.com logo
f

fresh-summer-65887

01/14/2020, 8:11 PM
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

gentle-diamond-70147

01/14/2020, 8:14 PM
Just looking at it now...
🀝 1
(still looking)
f

fresh-summer-65887

01/14/2020, 8:35 PM
Nothing obvious jumping out I guess then :)
g

gentle-diamond-70147

01/14/2020, 8:38 PM
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

fresh-summer-65887

01/14/2020, 8:46 PM
What version of node are you using?
g

gentle-diamond-70147

01/14/2020, 8:50 PM
v10.16.3
πŸ€”
f

flat-insurance-25294

01/14/2020, 9:37 PM
@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
2 Views