This message was deleted.
# typescript
s
This message was deleted.
b
Refresh works -- but up/preview causes the error above..
b
can you share your code?
g
This looks similar to https://github.com/pulumi/pulumi/issues/5770 which was fixed recently. What provider version are you using?
b
v2.16.0
@billowy-army-68599 - I have a large codebase / stack. I can't share it easily.
g
Are you using AWS? If so, can you check that version and update to 3.19.2 which contains the fix?
sorry, 3.19.2
b
{     "name": "aws",     "devDependencies": {         "@types/node": "^10.17.45"     },     "dependencies": {         "@pulumi/aws": "^3.21.0",         "@pulumi/awsx": "^0.23.0",         "@pulumi/pulumi": "^2.16.0"     } }
I'll downgrade to 3.19.2 and try
which awsx is compatible ?
Different error with 3.19.2:
Copy code
fatal error: concurrent map read and map write

goroutine 1932 [running]:
runtime.throw(0x236dde7, 0x21)
        C:/hostedtoolcache/windows/go/1.15.6/x64/src/runtime/panic.go:1116 +0x79 fp=0xc002c4fc70 sp=0xc002c4fc40 pc=0xa4a5d9
This same stack works in a different environment 😕