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