Optical Disc 💿
Optical Disc 💿
DDeno
Created by Optical Disc 💿 on 2/27/2024 in #help
deno_runtime NpmResolver like the CLI?
I couldn't find a github issue about this either
7 replies
DDeno
Created by Optical Disc 💿 on 2/27/2024 in #help
deno_runtime NpmResolver like the CLI?
and surely, if I just add a lib.rs file and make a minimal edit to the Cargo.toml, it'll be easy to keep up with new versions of Deno
7 replies
DDeno
Created by Optical Disc 💿 on 2/27/2024 in #help
deno_runtime NpmResolver like the CLI?
and even if I just do the work and implement my own npm resolver, surely there's other things that I'd later find only exist in cli/ and not runtime/
7 replies
DDeno
Created by Optical Disc 💿 on 2/27/2024 in #help
deno_runtime NpmResolver like the CLI?
it looks like the trait is only implemented in the cli/ directory in the deno repository
7 replies
DDeno
Created by Optical Disc 💿 on 2/27/2024 in #help
deno_runtime NpmResolver like the CLI?
No description
7 replies
DDeno
Created by Optical Disc 💿 on 1/24/2024 in #help
Unable to build crate with deno_runtime 0.139.0 or 0.140.0, due to version numbering in deno_ast
$ cargo build # Attempt with deno_runtime = "0.139.0"
Updating crates.io index
error: failed to select a version for the requirement `deno_ast = "^1.0.1"`
candidate versions found which didn't match: 0.32.1, 0.32.0, 0.31.6, ...
location searched: crates.io index
required by package `deno_runtime v0.139.0`
... which satisfies dependency `deno_runtime = "^0.139.0"` of package `<crate-name> v0.1.0 (/var/home/opticaldisc/<path>)`
perhaps a crate was updated and forgotten to be re-vendored?
$ cargo build # Attempt with deno_runtime = "0.139.0"
Updating crates.io index
error: failed to select a version for the requirement `deno_ast = "^1.0.1"`
candidate versions found which didn't match: 0.32.1, 0.32.0, 0.31.6, ...
location searched: crates.io index
required by package `deno_runtime v0.139.0`
... which satisfies dependency `deno_runtime = "^0.139.0"` of package `<crate-name> v0.1.0 (/var/home/opticaldisc/<path>)`
perhaps a crate was updated and forgotten to be re-vendored?
$ cargo build # Attempt with deno_runtime = "0.140.0"
Updating crates.io index
error: failed to select a version for the requirement `deno_ast = "^1.0.1"`
candidate versions found which didn't match: 0.32.1, 0.32.0, 0.31.6, ...
location searched: crates.io index
required by package `deno_runtime v0.140.0`
... which satisfies dependency `deno_runtime = "^0.140.0"` of package `<crate-name> v0.1.0 (/var/home/opticaldisc/<path>)`
perhaps a crate was updated and forgotten to be re-vendored?
$ cargo build # Attempt with deno_runtime = "0.140.0"
Updating crates.io index
error: failed to select a version for the requirement `deno_ast = "^1.0.1"`
candidate versions found which didn't match: 0.32.1, 0.32.0, 0.31.6, ...
location searched: crates.io index
required by package `deno_runtime v0.140.0`
... which satisfies dependency `deno_runtime = "^0.140.0"` of package `<crate-name> v0.1.0 (/var/home/opticaldisc/<path>)`
perhaps a crate was updated and forgotten to be re-vendored?
4 replies