javascript - 微信工作流 yo創建的項目 npm install node prebuild報錯
問題描述
Error: Command failed: node-gyp rebuildgyp ERR! clean errorgyp ERR! stack Error: EPERM: operation not permitted, unlink ’E:phpStudyWWWlocalesnode_modules_node-lwip@0.1.3@node-lwipbuildReleaselwip_decoder.node’gyp ERR! stack at Error (native)gyp ERR! System Windows_NT 10.0.14393gyp ERR! command 'C:Program Filesnodejsnode.exe' 'C:UsersAdministratorAppDataRoamingnpmnode_modulescnpmnode_modulesnpminstallnode-gyp-binnode-gyp.js' 'rebuild'gyp ERR! cwd E:phpStudyWWWlocalesnode_modules_node-lwip@0.1.3@node-lwipgyp ERR! node -v v6.10.3gyp ERR! node-gyp -v v3.6.1gyp ERR! not okat ChildProcess.exithandler (child_process.js:204:12)at emitTwo (events.js:106:13)at ChildProcess.emit (events.js:191:7)at maybeClose (internal/child_process.js:886:16)at Socket.<anonymous> (internal/child_process.js:342:11)at emitOne (events.js:96:13)at Socket.emit (events.js:188:7)at Pipe._handle.close [as _onclose] (net.js:497:12)× Install fail! Error: post install error, please remove node_modules before retry!Run 'C:Windowssystem32cmd.exe /d /s /c node prebuild' error, exit code 1Error: post install error, please remove node_modules before retry!Run 'C:Windowssystem32cmd.exe /d /s /c node prebuild' error, exit code 1at ChildProcess.proc.on.code (C:UsersAdministratorAppDataRoamingnpmnode_modulescnpmnode_modulesrunscriptindex.js:65:21)at emitTwo (events.js:106:13)at ChildProcess.emit (events.js:191:7)at maybeClose (internal/child_process.js:886:16)at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
編譯失敗 根據提示模塊全刪 重新用cnpm安裝還是同樣的錯誤~
找了一些資料 也有一些方法都不能解決問題 求幫助~
問題解答
回答1:試試用yarn來install吧,之前做laravel的項目,依賴vue.js。也是類似問題,npm確實太慢,cnpm貌似會缺少很多東西,最后還是yarn搞定的。yarn兼容npm的命令的,速度比cnpm稍慢,但是比npm快多了。參考
相關文章:
1. javascript - 前端開發 本地靜態文件頻繁修改,預覽時的緩存怎么解決?2. docker不顯示端口映射呢?3. python - linux怎么在每天的凌晨2點執行一次這個log.py文件4. css - 關于ul的布局5. android - 優酷的安卓及蘋果app還在使用flash技術嗎?6. mysql數據庫每次查詢是一條線程嗎?7. java - public <T> T findOne(T record) 這是什么意思8. html5和Flash對抗是什么情況?9. 小程序怎么加外鏈,語句怎么寫!求救新手,開文檔沒發現10. 如何分別在Windows下用Winform項模板+C#,在MacOSX下用Cocos Application項目模板+Objective-C實現一個制作游戲的空的黑窗口?
