참조 https://github.com/mdogan/homebrew-zulu

brew tap mdogan/zulu
brew cask install <name>

tap이랑 cask둘중 하나로 설치하는 건줄 알았더니
tap이 선행 되어야 한다.
정확한 건 모르겠지만 tap으로 저장소 주소를 받아야 하는 것 같다.

low level같은 건 프레임웤때문에 수백개가 뜨는 경우도 많다

High이상의 수준만 보고 싶을 것이다.

npm audit | grep -B 1 -A 10 High
{
  "name": "Current TS File",
  "type": "node",
  "request": "launch",
  "args": ["${relativeFile}"],
  "runtimeArgs": ["--nolazy", "-r", "ts-node/register"],
  "sourceMaps": true,
  "cwd": "${workspaceRoot}",
  "protocol": "inspector",
}```

'개발환경 설정' 카테고리의 다른 글

nvm 프로젝트별 설정  (0) 2022.05.15
degit - 간편하게 깃 저장소 복사하기  (0) 2020.03.02
vs-code] webpack alias link  (0) 2020.01.01
nginx] proxy_pass 적용 안되는 경우  (0) 2019.11.12
git hub 암호 캐싱하기  (0) 2019.01.27

+ Recent posts