Closed tuan-zigvy closed 1 year ago
Have you added ~/.console-ninja/.bin
to PATH
?
We don't support custom shells (zsh
, fish
, nushell
etc.) out of the box yet, you'll need to add export PATH="$PATH:$HOME/.console-ninja/.bin"
line to your .zshrc
file manually.
Have you added
~/.console-ninja/.bin
toPATH
?We don't support custom shells (
zsh
,fish
,nushell
etc.) out of the box yet, you'll need to addexport PATH="$PATH:$HOME/.console-ninja/.bin"
line to your.zshrc
file manually.Related: microsoft/vscode#178577
it work, thank you
What happened?
when i run console-ninja ts-node convert-data.ts error : "zsh: command not found: console-ninja"
Version
last
Steps to reproduce (or sample repo)
i write file ts to convert data, i want to measure function running time , so i run CI console-ninja ts-node file.ts
Log output