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