-
npm -g 설치시 경로문제기타 2022. 10. 26. 16:05반응형
아으 npm -g 경로가 이상했나 node 버젼업데이트 한뒤로인지는 모르겠는데 truffle 설치는 했는데 truffle version 이 안되더라고 근데
내가지금 노드 버젼이 16~ 몇인데 설치하고 경로가 node 6 이런경로길래 찾아다가 해서 되긴했느데 이해는 못하고 있어서 나중에 다시 봐야할듯 3번에 그대로 복붙하면 안되고 2번에서 경로 찾아다가 복붙해야댐
For anyone who might come across this issue.
- Create a .zshrc file under your User directory (the one that will have the Desktop and Document directories in it)
- Locate your npm bin folder. Under your user folder you can type ls -a and look for .npm-global which you can cd into where you should see the bin folder
- Note the path and add it to your .zshrc file by typing echo .zshrc and typing in the path like so: export PATH=$PATH:~/.npm-global/bin (i just put it underneath any other stuff I saw in there). Save it like you would save a vs code file (cmd + s)
- Refresh the file from the terminal by typing source .zshrc
- You should now be able to type truffle and see the available commands 🚀
'기타' 카테고리의 다른 글
[firebase]에러, 노드버전 (0) 2022.12.25 -g 경로 npm (0) 2022.11.15 [test] window.open test jest, testing-library, 랑 까먹은거 (0) 2022.05.17 [react-query] fresh 상태와 stale 상태의 차이 (0) 2022.05.12 [react-query] 리덕스랑 차이 (0) 2022.05.11