|
|
|
|
|
by wwweston
1891 days ago
|
|
> cargo install deno ...
Compiling swc_ecma_transforms v0.45.3
error[E0004]: non-exhaustive patterns: `MaxFilesWatch` not covered
--> /Users/weston/.cargo/registry/src/github.com-1ecc6299db9ec823/deno_runtime-0.11.0/errors.rs:75:9
|
75 | match error.kind {
| ^^^^^^^^^^ pattern `MaxFilesWatch` not covered
|
|
brew install deno # works with no issues and much faster
Though, at the bottom of https://deno.land/#installation, one sees the incantation:
cargo install deno --locked
I removed brew's deno, installed rust (via brew) and then tried this. No compile errors. And swc_ecma_transforms compiled successfully.