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
- 다트
- text
- variable
- crawler
- Class
- package
- 파이썬
- List
- Android
- Collection
- 웹크롤러
- animation
- ML
- 함수
- pushnamed
- kotlin
- map
- 플러터
- 콜렉션
- textstyle
- import
- 크롤러
- 코틀린
- set
- function
- python
- texttheme
- Flutter
- DART
- 클래스
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 |