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 |
Tags
- 반응형 페이지 좌표 변환
- 이미지 맵
- AWS CodeBuild
- NODE_VERSION
- aws ec2
- node
- 어셈블리어
- Sequelize Error: Dialect needs to be explicitly supplied as of v4.0.0
- ogr2ogr
- netlify variables
- rwdImageMaps
- AWS
- can't getting credentials
- credential error
- S3
- 김골라
- react
- expo
- Error:error:0308010C:digital envelope routines::unsupported
- 이미지 좌표 추출
- 설치완료안됨
- GeoJSON object too complex/large
- AWS CodePipeline
- EC2
- SASS
- Unable to find the global bin directory
- CSS
- ERR_PNPM_NO_GLOBAL_BIN_DIR
- nodejs
- C언어
Archives
- Today
- Total
ImFe's study
[NVM] macOS에서 nvm을 이용하여 node버젼 설치 시 너무 오래걸리는 문제 본문
macOS에서 nvm을 이용하여 낮춰놨던 node버젼(10.15.0)을 16.15.0으로 업그레이드 하려 했는데
한참을 기다려도 설치가 완료되지 않고, 터미널에 설치 내용만 쭉쭉 올라갔다
예전에 verbose옵션을 명시한 상태로 압축풀기를 할 때 굉장히 오래걸려서 verbose옵션을 제외하고 압축풀기를 했었는데,
작업 내용을 출력 할 필요가 없어서 그런가 굉장히 빨리 작업이 마무리 된 경험이 있었다.
비슷한 경우일까 싶어서 해보니까 이 문제가 맞았다.
nvm의 경우 아래 옵션을 추가하면 작업 과정을 터미널에 출력하지 않는다
nvm install --no-progress <version>
'WEB' 카테고리의 다른 글
[WEB] Sequelize Error: Dialect needs to be explicitly supplied as of v4.0.0 (0) | 2023.08.09 |
---|---|
[WEB] Netlify에 React 프론트엔드 배포 및 Error:error:0308010C:digital envelope routines::unsupported 오류 해결 (2) | 2023.06.19 |
[Vue] 변수의 3depth 이상 변수 <template>에서 사용시 오류 해결? (0) | 2023.02.07 |
[WEB] rwdImageMaps를 이용한 이미지맵 좌표 반응형 변환 (0) | 2023.02.03 |
[WEB] html input type=number 사용 시 카운터 없애기 (0) | 2023.01.12 |
Comments