Cannot find module @rollup/rollup-linux-x64-gnu (GLIBC version error)
Support Articlehttps://www.deployhq.com/support/build-errors/rollup-native-module-glibc
error like this: ```bash Error: Cannot find module @rollup/rollup-linux-x64-gnu. npm has a bug related to … The most reliable fix is to tell your package manager to use Rollup's official WebAssembly build instead … For those, tell your package manager to substitute the WebAssembly build. … In that case, don't add an override - change the direct dependency itself to point at the WebAssembly … If you aren't relying on features specific to Vite 5 or later, you can pin it in your `package.json`:
Updated 5th Aug 2026