This message was deleted.
# general
s
This message was deleted.
c
@alert-fish-36749 that directory is where all the plugins are stored
deleting it hence deletes the plugins.
a
okay, so how do I get them back?
pulumi new
seems to do something to populate those plugins, right?
c
these are installed with install hooks in NPM, so you’d need to run
npm install
or equivalent again.
Yeah, it runs
npm install
.
a
Got it, thanks. I'll go digging.