nvm 설치안되요 ㅠㅠ
704
작성한 질문수 4
말씀해주신것과 질문들을 많이 찾아보았으나 되지않습니다 ㅠㅠ
bashrc 파일과 bash_profile 등 두개 다 설정도 해보고
여전히 cmd 나 bash 나 nvm을 인식하지못하네요..
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash 하면 아래와같이되는데 어떻게하는걸까요 ??
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 13527 100 13527 0 0 12230 0 0:00:01 0:00:01 --:--:-- 12241
=> nvm is already installed in /c/Users/powey/.nvm, trying to update using git
=> error: invalid path 'test/fast/Aliases/"nvm alias" should not accept aliases with slashes'
=> Compressing and cleaning up git repository
=> nvm source string already in /c/Users/powey/.bashrc
=> bash_completion source string already in /c/Users/powey/.bashrc
main: line 397: /c/Users/powey/.nvm/nvm.sh: No such file or directory
npm ERR! peer dep missing: vue@3.0.5, required by @vue/compiler-sfc@3.0.5
=> You currently have modules installed globally with `npm`. These will no
=> longer be linked to the active version of Node when you install a new node
=> with `nvm`; and they may (depending on how you construct your `$PATH`)
=> override the binaries of modules installed with `nvm`:
C:\Users\powey\AppData\Roaming\npm
+-- @vue/cli@4.5.11
+-- express-generator@4.16.1
`-- yarn@1.22.10
=> If you wish to uninstall them at a later point (or re-install them under your
=> `nvm` Nodes), you can remove them from the system Node as follows:
$ nvm use system
$ npm uninstall -g a_module
=> Close and reopen your terminal to start using nvm or run the following to use it now:
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
답변 1
0
안녕하세요 nwbs님, 본문에 첨부해주신 로그 끝 부분 보시면 프로필에 import 하는 코드가 있는데 그거 까지 다 추가해주신건가요? curl로 설치하시고 나서 nvm 커맨드를 터미널에서 인식할 수 있게 추가적으로 설정해 주셔야 합니다. 아래 링크 따라서 한번 확인해 보세요 :)
node 10버전 사용
0
64
1
강의에 대해 질문 드립니다.
0
59
1
vue CLI 대신 vite를 사용해도
1
139
2
질문삭제
0
148
2
강사님 코드로 진행할 경우 console.log( config); 도 안찍혔어요. instance 를 생성해서 공통으로 사용하셨는데 loginUser 에만 커스텀한 instance를 넣으니 콘솔에 컨피그 객체가 찍혀요
0
91
1
로그인 에러발생만하면 네트워크 커넥션 에러 발생 해결
0
117
1
rndrmagkqslek.
0
72
1
계속 따라하다가 안돼서 bash에 연결할떄 안되더라구요
0
103
1
axios 에러가 뜹니다.
1
237
2
vue3로 진행하시면서 router에서 '*' 적용이 안되시는 분들
2
310
1
vue 관련 다른 강의 출시예정이없으신지 궁금합니다!
1
154
1
AppHeader.vue에 vue 디폴트 만들에 Delete `␍` 오류나면
1
195
1
vue3로 따라오시다가 import axios 에러 뜨시는 분들
2
445
2
$router 를 이용한 메인 페이지로 이동
1
289
1
혹시 node.js 10.24 버전으로 해도 상관없나요?
2
461
2
에러 경로가 LoginForm.vue 43번째줄 말고 다른 경로로 출력됩니다.
1
297
2
pinia 사용할려고 하는데 에러가 나옵니다.
1
485
2
swagger ui의 post/posts에 글 기록하려고 하면 unauthorized 에러가 납니다..
1
1101
2
safari 개발자 도구에 대한 질문입니다
1
567
2
스웨거에 글 등록시 401 에러가 나와요 ㅠ
1
721
2
이 에러 때문에 진행이 안되네요 ㅠ
1
673
1
windows .nvmrc nvm use 실행 오류
1
1546
2
강사님 최신화가 필요해보입니다.
2
958
2
npm i 에러
1
609
1





