Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- Collection
- textstyle
- DART
- 함수
- package
- text
- set
- 웹크롤러
- kotlin
- pushnamed
- python
- 콜렉션
- ML
- import
- 플러터
- 다트
- animation
- 클래스
- 코틀린
- texttheme
- function
- map
- crawler
- Class
- 파이썬
- 크롤러
- variable
- List
- Android
- Flutter
Archives
- Today
- Total
목록nodejs (1)
조용한 담장
How to change cache location(path) of npm
Check current(default) location npm config ls -l # linux cache = "/home/sean/.npm" # Windows cache = "C:\\Users\\Sean\\AppData\\Local\\npm-cache" Set config # linux npm config set cache /home/sean/mypath/node/cache --global # windows npm config set cache C:\mypath\node\cache --global
tips
2022. 6. 10. 14:19