deno icon indicating copy to clipboard operation
deno copied to clipboard

`npm:@angular/cli` not working

Open littledivy opened this issue 1 year ago • 2 comments

divy@divy-macbook ~/gh> deno run -Ar npm:@angular/cli new test-app
? Which stylesheet format would you like to use? CSS
? Do you want to enable Server-Side Rendering (SSR) and Static Site Generation (SSG/Prerendering)? No
The encoded data is not valid.

littledivy avatar Feb 27 '24 13:02 littledivy

It seems require.resolve is not working as expected when running from global cache i.e. deno run -A npm:@angular/cli

littledivy avatar Apr 20 '24 11:04 littledivy

image

another case of packages depending on non-standard error.code. This one for TextDecoder#decode

littledivy avatar May 01 '24 12:05 littledivy

Fixed by https://github.com/angular/angular-cli/pull/27570

littledivy avatar May 03 '24 03:05 littledivy