Files
skt-vuetify-templates/.npmrc
T

17 lines
500 B
Plaintext

# 1. 強制檢查 Node 版本
engine-strict=true
# 2. 自動安裝 Peer Dependencies
auto-install-peers=true
# 3. 提升特定套件 (選配)
# 如果遇到某些舊套件找不到 Vue 或 Vuetify,開啟這個可以模擬 npm 的扁平化結構
# shamefully-hoist=true
# 4. 鎖定版本 (如果您希望版本極度穩定)
# save-exact=true
# 5. 針對 WSL 的優化 (選配)
# 如果您在 WSL 存取 Windows 磁碟區(如 /mnt/c)時遇到權限問題,可以開啟
# node-linker=hoisted