Skip to main content

Command Palette

Search for a command to run...

NPM - EPERM 錯誤

npm install fails on Windows with EPERM, operation not permitted error during rename

Updated
1 min read
NPM - EPERM 錯誤

npm install fails on Windows with "EPERM, operation not permitted" error during rename

npm install 無所不能,npm install 一招抓遍天下。(X

問題狀況

在 npm install 套件時,若出現 EPERM 錯誤,如下圖:

1469631043_4456.png

可看到 Error: EPERM: operration not permitted, rename .....

當初還搞不清以為什麼不支援系統之類的東東哈哈

還一度以為安裝的 react-native-nav 不支援 windows 等等

處理方式

在這邊我們只需要清除快取即可

npm cache clean

之後再重新,安裝套件

就可以看到啦~~~

npm install

1469631209_31125.png

以上處理方式來源參考 Github:

npm install fails on Windows with "EPERM, operation not permitted" error during rename

有勘誤之處,不吝指教。ob'_'ov

4 views

Git

Part 1 of 50