最近公司電腦轉移到新電腦的時候發現
256G 硬碟幾乎快滿
看了一下幾乎該砍的 docker image 都砍了
一些有很肥的 node_modules 專案也砍了
把 xcode 上面的編譯、跑模擬器的快取也砍了
還是找不到為什麼容量使用超過 150G
今天用 OminDeskSwapper 找到了
原來是幾年前在本機測區塊鏈的時候,然後用 parity 同步了 50G 的節點下來...
砍了就沒事了 XD
同時也有10000部Youtube影片,追蹤數超過2,910的網紅コバにゃんチャンネル,也在其Youtube影片中提到,...
docker node_modules 在 Docker-compose: node_modules not present in a volume after ... 的相關結果
When I run docker-compose build, everything works as expected and all npm modules are installed in /worker/node_modules as I'd expect. - How did ... ... <看更多>
docker node_modules 在 [Docker] Build A Node.js Image - iT 邦幫忙 的相關結果
安裝必要的套件並移動到專案的node_modules 底下RUN yarn --production --silent && mv node_modules ../ # 第一個. 是我們本地位置,第二個是docker 裡面專案的位置, ... ... <看更多>
docker node_modules 在 Why does the node_modules folder requires a volume in ... 的相關結果
Hello all! I've recently spent some time learning Docker and have been attempting to write my own container images. I have a few questions ... ... <看更多>