-
-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected character '�' when generating build #15057
Comments
Argon2 is causing the issue, for now i'm switching to bcrypt. |
Just had the same problem |
|
paulmillr/chokidar#1202 (comment) rollupOptions: {
external: ["fsevents"]
} and "pnpm": {
"overrides": {
"rollup": "^4.2.0"
}
}, |
In case anyone else runs into this, I'm getting a similar error when running build on windows, not getting any error on Mac or Linux: Expand to see full error.[plugin inject] node_modules/@sentry/profiling-node/lib/sentry_cpu_profiler-linux-arm64-glibc-115.node: rollup-plugin-inject: failed to parse C:/.../nuxt/node_modules/@sentry/profiling-node/lib/sentry_cpu_profiler-linux-arm64-glibc-115.node. Consider restricting the plugin to particular files via options.include We're using the Sentry recipe from https://github.com/manniL/nuxt3-sentry-recipe |
Environment
Windows_NT
v16.17.0
3.0.0-rc.11
0.5.4
npm@8.15.0
vite
Reproduction
I Tried to reproduce but looks like problem appears only in local windows 10
https://github.com/arek125/nuxt3-ant-sql
Describe the bug
Dev runs fine, but when tries to generate build:
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: