deno
                                
                                
                                
                                    deno copied to clipboard
                            
                            
                            
                        `npm:@angular/cli` not working
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.
                                    
                                    
                                    
                                
It seems require.resolve is not working as expected when running from global cache i.e. deno run -A npm:@angular/cli
another case of packages depending on non-standard error.code. This one for TextDecoder#decode
Fixed by https://github.com/angular/angular-cli/pull/27570