A Rollup/Vite plugin that automatically installs missing dependencies during the build process. Version 0.0.5 (stable, no recent updates) integrates into Vite or Rollup config and triggers npm/yarn install when an imported module is not found. Differentiator: eliminates manual install steps during development, but limited to simple use cases and may not handle edge cases like version conflicts. Alternative to manual dependency management or tools like pnpm.
npm install rollup-plugin-installNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures Vite to automatically install missing dependencies using npm.
Manually install dependencies before starting dev server.
Consider using alternative solutions like pnpm or manual install steps.
Ensure autoInstallPlugin is in the plugins array and options.bin is set correctly (npm/yarn).
No dependency data recorded yet.