728x90
반응형
SMALL
안녕하세요!
프뚜(프로그래머 뚜)입니다!
[개발 환경]
- OS: windows 10 64bit
- nodejs: v16.16.0
1. 명령 프롬프트를 실행하기
nodejs가 설치되어있지 않다면 npm이 정상적으로 실행되지 않습니다. 링크를 통해 nodejs를 설치해주세요.
2. npm을 이용해서 yarn 설치하기
npm install --global yarn
처음부터 프뚜를 따라오신 분들은 WARN이 발생하게 됩니다. (없으신 분들은 3번 패스)
3. npm WARN config global --global --local are deprecated. Use --location=global instead 해결하기(클릭)
https://ssjeong.tistory.com/entry/VUE-npm-WARN-config-global-global-local-are-deprecated-Use-locationglobal-instead
4. 3번을 해결 후 2번을 다시 진행 하기
궁금하신 부분 또는 문제가 생긴 부분에 대해서 댓글 남겨주시면 빠르고 정확한 답변드리겠습니다.
728x90
반응형
LIST
'프로그램 > VUE' 카테고리의 다른 글
[VUE] yarn : 이 시스템에서 스크립트를 실행할 수 없으므로... (0) | 2022.07.30 |
---|---|
[VUE] webview에서 vue function() 호출하기 (0) | 2022.07.28 |
[VUE] VUE-CLI 설치하기 (0) | 2022.07.26 |
[VUE] npm WARN config global --global, --local are deprecated. Use --location=global instead (0) | 2022.07.26 |
[VUE] nodejs 설치하기 (0) | 2022.07.26 |