Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- ERR_PNPM_NO_GLOBAL_BIN_DIR
- 어셈블리어
- Error:error:0308010C:digital envelope routines::unsupported
- rwdImageMaps
- 김골라
- NODE_VERSION
- netlify variables
- 이미지 좌표 추출
- C언어
- expo
- SASS
- node
- react
- AWS CodePipeline
- AWS CodeBuild
- nodejs
- CSS
- credential error
- ogr2ogr
- Unable to find the global bin directory
- aws ec2
- Sequelize Error: Dialect needs to be explicitly supplied as of v4.0.0
- can't getting credentials
- 설치완료안됨
- GeoJSON object too complex/large
- 반응형 페이지 좌표 변환
- EC2
- 이미지 맵
- AWS
- S3
Archives
- Today
- Total
목록Unable to find the global bin directory (1)
ImFe's study

node 라이브러리를 pnpm으로 글로벌 설치할 경우 발생하는 오류global bin directory가 없다고 한다. 만들어 주면 된다. 환경은 M1 Pro, Sonoma OS이며 source 이후 명령줄은 사용하는 환경에 따라 차이가 있다mkdir -p ~/.pnpm/storeexport PNPM_HOME=~/.pnpm/storesource /Users/[사용자명]/.zshrcpnpm setup 잘 된다.
WEB
2024. 4. 12. 11:25