dnt icon indicating copy to clipboard operation
dnt copied to clipboard

NO_COLOR

Open mfulton26 opened this issue 3 years ago • 0 comments

I get less color with NO_COLOR=true deno run build_script.ts compared to deno run build_script.ts but it looks like some subprocesses still print with color:

% NO_COLOR=true deno run build_script.ts
[dnt] Transforming...
[dnt] Running npm install...

added 11 packages, and audited 12 packages in 711ms

2 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
[dnt] Building project...
[dnt] Type checking...
[96msrc/Deque/add.ts[0m:[93m8[0m:[93m16[0m - [91merror[0m[90m TS2691: [0mAn import path cannot end with a '.ts' extension. Consider importing '../Deque.js' instead.

…

I've tried export NO_COLOR=true in ~/.zshrc and re-sourcing too but to no avail.

mfulton26 avatar Sep 05 '22 16:09 mfulton26