728x90 개발469 Nodejs 관련 설정들 0. NVM 에서 오류가 생길 경우!! 꼭 NVM을 설치한 후 NVM으로 NODE를 설치하자, 그렇지 않을 경우에는 NODE와 NVM을 모두 삭제 후에 NVM을 설치하고 NVM에서 node를 설치하자 https://velog.io/@summer_luna_0/%EB%AF%B8%EB%A6%AC-%EC%9D%B5%ED%9E%88%EA%B8%B0 1.NVM 이라는 것을 통해서, NODE VERSION을 왔다갔다할 수 있다. 1) Node 버전 조회 nvm list available 위 명령어를 입력하면 사용가능한 Node 버전들이 조회된다. 2) 원하는 버전 설치 nvm install {원하는 버전} 이렇게 입력하면 자동으로 해당 버전의 Node를 다운로드하여 설치함 3) 노드 버전 조회 nvm list 컴퓨터.. 2023. 8. 31. ionic framework Angular Ionic 강좌 (tistory.com) Angular Ionic 강좌 Angular Ionic 강좌 Angular Ionic 강좌 - YouTube www.youtube.com opensupport.tistory.com Build Your First Ionic Mobile App: Angular Development Tutorial (ionicframework.com) Your First Ionic App: Angular | Ionic Documentation Build Your First Ionic Mobile App: Angular Development Tutorial ionicframework.com 2023. 8. 30. GetX, GoRouter 함께 사용하기! https://velog.io/@sunwonsw95/GoRouter-GetxController [Flutter] GoRouter + GetxController GoRouter와 GetX를 사용할 때 GetPage를 사용하지 못하다보니 원래 사용해오던 Getx의 바인딩을 사용하지 못하는 문제가 발생했다.해결방법 : GetBuilder를 통해 바인딩을 직접 지정해줘야한다.이런 방식 velog.io 2023. 8. 21. mapIndexed list -> map widget을 만들어 줄 때 index가 필요하게 될 때는 ...List.genearted(length, Widget) 이런식으로 넣어줬었는데 mapIndex라는 method가 collection에서 제공 되는 걸 알게 되었다! 다음부터는 이걸 써야겠다!! 내가 위젯 넣을 때는 잘 안 쓰는 방법이지만 For 구문을 이용해서 넣어줄 수도 있다! for (int i = 0; i < 5; i++) SizedBox.shrink(), https://dev-yongsu.tistory.com/16 Flutter [.mapIndexed()] method Flutter를 사용해서 개발을 하다보면 Iterable 클래스의 .map() 메서드를 리스트의 항목을 매핑하는데 유용하게 사용한다. 그런데 .m.. 2023. 8. 10. 이전 1 ··· 17 18 19 20 21 22 23 ··· 118 다음 728x90