1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/cli/npm/managed
Nathan Whitaker f9a05068d6
fix(install): handle invalid function error, and fallback to junctions regardless of the error (#26730)
Fixes #26116.

Handle the new error and treat is as lacking permission to make
symlinks, but also to make this more robust, just always fall back to
junctions no matter what the actual error is. Instead, warn if the error
isn't one we've handled, but go on to attempt creating the junction
2024-11-05 04:16:53 +00:00
..
cache fix: improved support for cjs and cts modules (#26558) 2024-11-01 12:27:00 -04:00
resolvers fix(install): handle invalid function error, and fallback to junctions regardless of the error (#26730) 2024-11-05 04:16:53 +00:00
mod.rs fix: improved support for cjs and cts modules (#26558) 2024-11-01 12:27:00 -04:00
registry.rs refactor: NpmRegistryApi - #[async_trait(?Send)] (#24126) 2024-06-06 22:37:41 +00:00
resolution.rs feat: TypeScript 5.6 and npm:@types/node@22 (#25614) 2024-09-14 11:58:47 +01:00