https://pulumi.com logo
p

proud-pizza-80589

08/24/2021, 7:51 AM
Is there a way to configure
await stack.workspace.installPlugin(plugin.name, plugin.version);
to use the version installed in npm_modules? We use renovate to auto upgrade dependencies but i have to manually go in and fix up the plugin versions each time.
l

lemon-agent-27707

08/24/2021, 5:20 PM
You can write a little helper that parses your package.json to do this
2 Views