Mac安装webpack报错gyp ERR! configure error gyp ERR! stack Error: `gyp` failed with exit code: 1解决
生活随笔
收集整理的這篇文章主要介紹了
Mac安装webpack报错gyp ERR! configure error gyp ERR! stack Error: `gyp` failed with exit code: 1解决
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
安裝webpack ,報錯提示
gyp ERR! configure error gyp ERR! stack Error: `gyp` failed with exit code: 1 gyp ERR! stack at ChildProcess.onCpExit (/usr/local/lib/node_modules/cnpm/node_modules/node-gyp/lib/configure.js:345:16) gyp ERR! stack at ChildProcess.emit (events.js:400:28) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12) gyp ERR! System Darwin 20.5.0 gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/cnpm/node_modules/npminstall/node-gyp-bin/node-gyp.js" "rebuild" gyp ERR! cwd /usr/local/lib/node_modules/webpack/node_modules/_fsevents@1.2.13@fsevents gyp ERR! node -v v14.17.4 gyp ERR! node-gyp -v v4.0.0 gyp ERR! not ok解決方案
閱讀報錯信息,嘗試各種方案,終于解決!
首先在終端輸入下面命令下載
如果下載 xcode-select失敗,那就需要到官方給開發(fā)者提供的下載處直接去下載命令行工具(Command Line Tools)
1.地址:https://developer.apple.com/download/all/
2.在搜索框,搜索:Command Line Tools
3. 選擇合適的版本下載即可
4.安裝簡單,傻瓜式安裝即可,安裝完成后,再執(zhí)行上述兩個命令即可
總結(jié)
以上是生活随笔為你收集整理的Mac安装webpack报错gyp ERR! configure error gyp ERR! stack Error: `gyp` failed with exit code: 1解决的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: UpdatePanel的妙用:Incre
- 下一篇: 新的一年到来了,我要做的第一件事是放弃…