TIL) 2023-03-30

Song·2023년 3월 31일
0

회고록

목록 보기
47/47

binary was not found for darwin arm64 오류 해결

해결방법

  1. https://oracle.github.io/node-oracledb/INSTALL.html 접속
  2. Quick Start node-oracledb Installation 클릭
  3. npm install [https://github.com/oracle/node-oracledb/releases/download/v5.5.0/oracledb-src-5.5.0.tgz](https://github.com/oracle/node-oracledb/releases/download/v5.5.0/oracledb-src-5.5.0.tgz) npm 실행

참고

DB 각 유저별 권한 조회

SELECT grantee, privilege_type 
FROM information_schema.role_table_grants;

zsh: command not found: pg_dump

해결방법: 환경 변수 추가하기

export PATH=$PATH:/Applications/Postgres.app/Contents/Versions/13/bin

참고: https://koenwoortman.com/zsh-add-directory-to-path/

profile
Learn From Yesterday, Live Today, Hope for Tomorrow

0개의 댓글