Anybody else getting `error: TypeError: c.g is not...
# general
g
Anybody else getting
error: TypeError: c.g is not a function
lately when running pulumi preview? I tried updating all my pulumi dependencies to the latest, but getting the same result Update: I needed to delete the
yarn.lock
file and regenerate it with a
yarn install
to fix the issue
1
🙌 1