npm install出現問題
問題
npm install出現問題
node-sass問題
gyp錯誤
File "/usr/local/lib/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py", line 1551, in CLTVersion
return re.search(regex, output).groupdict()["version"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'groupdict'
gyp ERR! configure error
gyp ERR! stack Error: `gyp` failed with exit code: 1
npm install with error: `gyp` failed with exit code: 1
yp ERR! cwd /Users/..../node_modules/deasync
gyp ERR! node -v v20.4.0
gyp ERR! node-gyp -v v9.4.0檢查node/npm版本
Last updated