mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
fde938116d
This commit adds support for npm specifier in "deno cache" subcommand. ``` $ deno cache --unstable npm:vite npm:chalk https://deno.land/std/http/file_server.ts ``` Besides downloading requested npm package(s), it will also download necessary code from "std/node/".
5 lines
301 B
Text
5 lines
301 B
Text
Download http://localhost:4545/npm/registry/chalk
|
|
Download http://localhost:4545/npm/registry/chalk/chalk-5.0.1.tgz
|
|
Download http://localhost:4545/npm/registry/mkdirp
|
|
Download http://localhost:4545/npm/registry/chalk/chalk-5.0.1.tgz
|
|
Download http://localhost:4545/npm/registry/mkdirp/mkdirp-1.0.4.tgz
|