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
- 반응형 페이지 좌표 변환
- rwdImageMaps
- netlify variables
- SASS
- 어셈블리어
- nodejs
- C언어
- Error:error:0308010C:digital envelope routines::unsupported
- 이미지 좌표 추출
- CSS
- node
- can't getting credentials
- ogr2ogr
- AWS CodeBuild
- AWS CodePipeline
- expo
- GeoJSON object too complex/large
- react
- Sequelize Error: Dialect needs to be explicitly supplied as of v4.0.0
- EC2
- Unable to find the global bin directory
- credential error
- AWS
- S3
- 이미지 맵
- ERR_PNPM_NO_GLOBAL_BIN_DIR
- 설치완료안됨
- NODE_VERSION
- aws ec2
- 김골라
Archives
- Today
- Total
목록ERR_PNPM_NO_GLOBAL_BIN_DIR (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