-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Crash on msys2 environment #5333
Copy link
Copy link
Closed
Labels
Description
Rollup Version
v4.9.4
Operating System (or Browser)
Windows
Node Version (if applicable)
v18.17.1
Link To Reproduction
Expected Behaviour
It should run normally
Actual Behaviour
When I run the command rollup in msys2 environment in ucrt64 terminal
I get the following error
$ npx rollup
thread '<unnamed>' panicked at C:\Users\runneradmin\.cargo\registry\src\index.crates.io-6f17d22bba15001f\napi-sys-2.3.0\src\functions.rs:7:3:
Must load N-API bindings
note: run with `RUST_BACKTRACE=1` environment variable to display a backtraceAnd as a result, every library which depends on rollup receive it too.
Reactions are currently unavailable