i have bootstrapped a fresh project inside a deno workspace. when installing at the workspace root, i get the following error:
$ deno install --allow-scripts=npm:@bufbuild/buf@1.47.2
error: Relative import path "@preact/signals-core" not prefixed with / or ./ or ../ and not in import map from "https://esm.sh/v135/@preact/signals@1.2.2/X-ZS8q/denonext/signals.mjs"
at https://esm.sh/v135/@preact/signals@1.2.2/X-ZS8q/denonext/signals.mjs:2:196
$ deno install --allow-scripts=npm:@bufbuild/buf@1.47.2
error: Relative import path "@preact/signals-core" not prefixed with / or ./ or ../ and not in import map from "https://esm.sh/v135/@preact/signals@1.2.2/X-ZS8q/denonext/signals.mjs"
at https://esm.sh/v135/@preact/signals@1.2.2/X-ZS8q/denonext/signals.mjs:2:196
what does this mean?
here's the root deno.json (i've moved locklock, compilerOptionscompilerOptions and nodeModulesDirnodeModulesDir from the fresh project):