Notice
Recent Posts
Recent Comments
08-22 12:01
목록install (1)
YESHTML5
install react-natvie
node부터 확인 https://github.com/nvm-sh/nvm 들어가서 참고 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash 터미널 종료후 다시 시작 version 확인 // node,npm 버젼확인 node -v npm -v // 버젼이 낮은경우 nvm install --lts 위의 형태로 문제가 발생한경우 https://nodejs.org/en/ Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.org 에서 LTS 설치받아서도 설정할수있다. 얼핏보면 nvm 으로 하는것이 편해보이긴한데, 충돌이..
React,React-Native
2022. 1. 16. 02:15