This message was deleted.
# general
s
This message was deleted.
๐Ÿคจ 1
f
I also tried
rm -rf node_modules
and
npm install
. Doesn't work either. Curious if there may be a grpc version cached somewhere by Pulumi.
Pulumi actually starts loading and then throws the exception:
Copy code
Previewing update (ComputeSoftware/datomic-dev):

     Type                 Name                 Plan     Info
     pulumi:pulumi:Stack  datomic-datomic-dev           1 error; 15 messages
Interesting... If I add a .nvmrc with v8.0.0 to my directory then run
pulumi up
, it works. Does pulumi not work with nvm?
I usually use fish shell for my day to day. Tried running bash and it works as expected. Must be an issue with nvm + fish...
Reinstalled fish and it works. So long, and thanks for all the fish ๐Ÿ™‚
b
It could be that nvm was switching node versions around on you. Probably a good practice to include a .nvmrc to lock it. I use nodenv and I know I get this message when I start moving around my Node versions.