Search Criteria
Package Details: dprint-plugin-json 0.19.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dprint-plugin-json.git (read-only, click to copy) |
---|---|
Package Base: | dprint-plugin-json |
Description: | JSON code formatting plugin for dprint. |
Upstream URL: | https://github.com/dprint/dprint-plugin-json |
Licenses: | MIT |
Submitter: | Spixmaster |
Maintainer: | Spixmaster |
Last Packager: | Spixmaster |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-09-30 12:59 (UTC) |
Last Updated: | 2024-10-21 18:34 (UTC) |
Dependencies (3)
- dprintAUR (dprint-gitAUR, dprintAUR, dprint-binAUR)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (make)
- rust-wasm (rustup-gitAUR, rustup) (make)
Latest Comments
plutack commented on 2024-05-03 19:12 (UTC)
I Installed the wrong dependency apparently... wasm-pack instead of rust-wasm. Also i didn't have rust installed rather rustup. Thanks
Spixmaster commented on 2024-05-03 15:29 (UTC) (edited on 2024-05-03 15:29 (UTC) by Spixmaster)
@plutack I just recompiled and cannot reproduce the issue. Everything works for me. Did it ever work for you? Can you assure that all dependencies are installed before compiling?
plutack commented on 2024-05-03 08:25 (UTC)
Getting error:
error[E0463]: can't find crate for
core
| = note: thewasm32-unknown-unknown
target may not be installed = help: consider downloading the target withrustup target add wasm32-unknown-unknown
I tried running that command on my terminal but that didnt seem to help. I also trued installing wasm-pack but same ..doesnt help.
I assume maybe this needs to be addressed on pkgbuild file level? Please assist