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 |
Tags
- 파이썬
- textstyle
- Yocto
- Flutter
- Collection
- 플러터
- text
- package
- set
- 콜렉션
- crawler
- map
- List
- import
- pushnamed
- animation
- Android
- 코틀린
- Class
- function
- 함수
- 크롤러
- 클래스
- python
- DART
- variable
- ML
- 웹크롤러
- 다트
- kotlin
Archives
- Today
- Total
조용한 담장
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' 카테고리의 다른 글
TMUX 세션별로 환경 분리해서 사용하기 (0) | 2024.07.17 |
---|---|
ubuntu 20.04 watchdog bug soft lockup stuck for CPU (0) | 2023.02.22 |
Markdown 에 diagram 을 넣자. (0) | 2022.02.21 |
[python] __import__, importlib.import_module (0) | 2021.08.17 |
Jest Error: import statement outside a module (0) | 2021.07.29 |
Comments