mirror of
https://github.com/denoland/deno.git
synced 2024-11-30 16:40:57 -05:00
1e261c9756
Partially addresses https://github.com/denoland/deno/issues/25648. This allows packages that use `crossws` to be installed with `deno install`. `crossws` specifies an optional peer dependency on `uWebSockets`, but `uWebSockets` is not on npm (it is used with `git:` or `github:` specifiers). Previously we would error on this, now we don't error on non-existent optional peer dependencies.
6 lines
280 B
Text
6 lines
280 B
Text
[UNORDERED_START]
|
|
Download http://localhost:4260/@denotest/non-existent-optional-peer
|
|
Download http://localhost:4260/uWebSockets.js
|
|
Download http://localhost:4260/@denotest/non-existent-optional-peer/1.0.0.tgz
|
|
[UNORDERED_END]
|
|
Initialize @denotest/non-existent-optional-peer@1.0.0
|