安裝
npm install electron --save-dev
檢視已安裝版本
npm list electron
更新最新版本
npm install electron@latest
檢查和修復漏洞
檢查專案中的漏洞並嘗試自動修復
npm audit fix
檢視詳細的漏洞報告
npm audit
強制修復漏洞(可能會導致不相容的更改)
npm audit fix --force
列出所有過時的依賴包
npm outdated
檢視資金支援資訊
npm fund