Package Details: dprint-plugin-json 0.19.2-1

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-02-27 13:36 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

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: the wasm32-unknown-unknown target may not be installed = help: consider downloading the target with rustup 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