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