vite-bundle-visualizer
                                
                                 vite-bundle-visualizer copied to clipboard
                                
                                    vite-bundle-visualizer copied to clipboard
                            
                            
                            
                        Doesn't work with npx on linux
Generates file in _npx directory which is deleted shortly after usage:
/home/<username>/.npm/_npx/<some_hex_hash>/node_modules/vite-bundle-visualizer/stats.html
npx --version: 10.1.0
Try use -o arg to specify the output file
#  output stats.html in cwd
npx vite-bundle-visualizer -o ./stats.html
This solution currently works