🐛 The bug
got this error when building one project:
[info] Building client...
[info] vite v7.3.0 building client environment for production...
[info] transforming...
[info] ✓ 73 modules transformed.
[error] ✗ Build failed in 1.01s
│
■ Nuxt build error: TypeError: [nuxt:scripts:bundler-transformer] (0 , _estreeWalker.asyncWalk) is not a function
│ file: /vercel/path0/app/plugins/vercel-analytics.client.ts
ELIFECYCLE Command failed with exit code 1.
Error: Command "pnpm run build" exited with 1
investigating, it's because this package doesn't pin a version, which means there's no guarantee which of the three major versions might be available
🛠️ To reproduce
danielroe/pangrum@5beaa50
🌈 Expected behavior
it shouldn't fail the build
ℹ️ Additional context
No response
🐛 The bug
got this error when building one project:
investigating, it's because this package doesn't pin a version, which means there's no guarantee which of the three major versions might be available
🛠️ To reproduce
danielroe/pangrum@5beaa50
🌈 Expected behavior
it shouldn't fail the build
ℹ️ Additional context
No response