# What is the correct way to run npm:jsvu via deno eval? fwiw, the npm prettier way is: deno eval 'import("npm:prettier/internal/cli.mjs").then(cli => cli.run(Deno.args));' -- <prettier parameters>