简体   繁体   English

使用 node_install 时不断出现奇怪的节点错误

[英]Keep getting weird node error when using node_install

I am trying to npm install my serverless project but I keep getting a weird build error no matter what I try.我正在尝试 npm 安装我的无服务器项目,但无论我尝试什么,我都会收到一个奇怪的构建错误。 It stops on this node-gyp and I tried to install it and it went okay but it still throws this issue.它停在这个 node-gyp 上,我尝试安装它,它没问题,但它仍然抛出这个问题。

I am on Mac OSX Big Sur.我在 Mac OSX Big Sur 上。 I installed node using brew: brew install node我使用 brew 安装了节点: brew install node

package.json: package.json:

{
  "name": "jobpostsapi",
  "version": "1.0.0",
  "description": "",
  "main": "handler.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "fs": "^0.0.1-security",
    "fs.realpath": "^1.0.0",
    "glob": "^7.1.7",
    "serverless-dotenv-plugin": "^3.6.0",
    "serverless-offline": "^6.8.0",
    "stripe": "^8.137.0"
  },
  "devDependencies": {
    "p-limit": "^2.3.0",
    "serverless-bundle": "^1.4.0",
    "serverless-domain-manager": "^5.1.0"
  }
}

npm install error: npm 安装错误:

npm ERR! code 1
npm ERR! path /Users/spacemonky/Code/firstcivdivcareers/serverless/JobPostsAPI/node_modules/node-sass
npm ERR! command failed
npm ERR! command sh -c node scripts/build.js
npm ERR! Building: /usr/local/Cellar/node/16.2.0/bin/node /Users/spacemonky/Code/firstcivdivcareers/serverless/JobPostsAPI/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp verb cli [
npm ERR! gyp verb cli   '/usr/local/Cellar/node/16.2.0/bin/node',
npm ERR! gyp verb cli   '/Users/spacemonky/Code/firstcivdivcareers/serverless/JobPostsAPI/node_modules/node-gyp/bin/node-gyp.js',
npm ERR! gyp verb cli   'rebuild',
npm ERR! gyp verb cli   '--verbose',
npm ERR! gyp verb cli   '--libsass_ext=',
npm ERR! gyp verb cli   '--libsass_cflags=',
npm ERR! gyp verb cli   '--libsass_ldflags=',
npm ERR! gyp verb cli   '--libsass_library='
npm ERR! gyp verb cli ]
npm ERR! gyp info using node-gyp@3.8.0
npm ERR! gyp info using node@16.2.0 | darwin | x64
npm ERR! gyp verb command rebuild []
npm ERR! gyp verb command clean []
npm ERR! gyp verb clean removing "build" directory
npm ERR! gyp verb command configure []
npm ERR! gyp verb check python checking for Python executable "python2" in the PATH
npm ERR! gyp verb `which` succeeded python2 /usr/bin/python2
npm ERR! gyp verb check python version `/usr/bin/python2 -c "import sys; print "2.7.16
npm ERR! gyp verb check python version .%s.%s" % sys.version_info[:3];"` returned: %j
npm ERR! gyp verb get node dir no --target version specified, falling back to host node version: 16.2.0
npm ERR! gyp verb command install [ '16.2.0' ]
npm ERR! gyp verb install input version string "16.2.0"
npm ERR! gyp verb install installing version: 16.2.0
npm ERR! gyp verb install --ensure was passed, so won't reinstall if already installed
npm ERR! gyp verb install version is already installed, need to check "installVersion"
npm ERR! gyp verb got "installVersion" 9
npm ERR! gyp verb needs "installVersion" 9
npm ERR! gyp verb install version is good
npm ERR! gyp verb get node dir target node version installed: 16.2.0
npm ERR! gyp verb build dir attempting to create "build" dir: /Users/spacemonky/Code/firstcivdivcareers/serverless/JobPostsAPI/node_modules/node-sass/build
npm ERR! gyp verb build dir "build" dir needed to be created? /Users/spacemonky/Code/firstcivdivcareers/serverless/JobPostsAPI/node_modules/node-sass/build
npm ERR! gyp verb build/config.gypi creating config file
npm ERR! gyp verb build/config.gypi writing out config file: /Users/spacemonky/Code/firstcivdivcareers/serverless/JobPostsAPI/node_modules/node-sass/build/config.gypi
npm ERR! (node:3916) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)
npm ERR! gyp verb config.gypi checking for gypi file: /Users/spacemonky/Code/firstcivdivcareers/serverless/JobPostsAPI/node_modules/node-sass/config.gypi
npm ERR! gyp verb common.gypi checking for gypi file: /Users/spacemonky/Code/firstcivdivcareers/serverless/JobPostsAPI/node_modules/node-sass/common.gypi
npm ERR! gyp verb gyp gyp format was not specified; forcing "make"
npm ERR! gyp info spawn /usr/bin/python2
npm ERR! gyp info spawn args [
npm ERR! gyp info spawn args   '/Users/spacemonky/Code/firstcivdivcareers/serverless/JobPostsAPI/node_modules/node-gyp/gyp/gyp_main.py',
npm ERR! gyp info spawn args   'binding.gyp',
npm ERR! gyp info spawn args   '-f',
npm ERR! gyp info spawn args   'make',
npm ERR! gyp info spawn args   '-I',
npm ERR! gyp info spawn args   '/Users/spacemonky/Code/firstcivdivcareers/serverless/JobPostsAPI/node_modules/node-sass/build/config.gypi',
npm ERR! gyp info spawn args   '-I',
npm ERR! gyp info spawn args   '/Users/spacemonky/Code/firstcivdivcareers/serverless/JobPostsAPI/node_modules/node-gyp/addon.gypi',
npm ERR! gyp info spawn args   '-I',
npm ERR! gyp info spawn args   '/Users/spacemonky/.node-gyp/16.2.0/include/node/common.gypi',
npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
npm ERR! gyp info spawn args   '-Dvisibility=default',
npm ERR! gyp info spawn args   '-Dnode_root_dir=/Users/spacemonky/.node-gyp/16.2.0',
npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/Users/spacemonky/Code/firstcivdivcareers/serverless/JobPostsAPI/node_modules/node-gyp',
npm ERR! gyp info spawn args   '-Dnode_lib_file=/Users/spacemonky/.node-gyp/16.2.0/<(target_arch)/node.lib',
npm ERR! gyp info spawn args   '-Dmodule_root_dir=/Users/spacemonky/Code/firstcivdivcareers/serverless/JobPostsAPI/node_modules/node-sass',
npm ERR! gyp info spawn args   '-Dnode_engine=v8',
npm ERR! gyp info spawn args   '--depth=.',
npm ERR! gyp info spawn args   '--no-parallel',
npm ERR! gyp info spawn args   '--generator-output',
npm ERR! gyp info spawn args   'build',
npm ERR! gyp info spawn args   '-Goutput_dir=.'
npm ERR! gyp info spawn args ]
npm ERR! No receipt for 'com.apple.pkg.CLTools_Executables' found at '/'.
npm ERR! 
npm ERR! No receipt for 'com.apple.pkg.DeveloperToolsCLILeo' found at '/'.
npm ERR! 
npm ERR! No receipt for 'com.apple.pkg.DeveloperToolsCLI' found at '/'.
npm ERR! 
npm ERR! gyp: No Xcode or CLT version detected!
npm ERR! gyp ERR! configure error 
npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1
npm ERR! gyp ERR! stack     at ChildProcess.onCpExit (/Users/spacemonky/Code/firstcivdivcareers/serverless/JobPostsAPI/node_modules/node-gyp/lib/configure.js:345:16)
npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:365:28)
npm ERR! gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12)
npm ERR! gyp ERR! System Darwin 20.5.0
npm ERR! gyp ERR! command "/usr/local/Cellar/node/16.2.0/bin/node" "/Users/spacemonky/Code/firstcivdivcareers/serverless/JobPostsAPI/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
npm ERR! gyp ERR! cwd /Users/spacemonky/Code/firstcivdivcareers/serverless/JobPostsAPI/node_modules/node-sass
npm ERR! gyp ERR! node -v v16.2.0
npm ERR! gyp ERR! node-gyp -v v3.8.0
npm ERR! gyp ERR! not ok 
npm ERR! Build failed with error code: 1

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/spacemonky/.npm/_logs/2021-06-03T04_01_41_743Z-debug.log

TL;DR: Try running xcode-select --install but if that doesn't solve the problem, read on. TL;DR:尝试运行xcode-select --install但如果这不能解决问题,请继续阅读。

node-gyp is used when a native addon is being built. node-gyp在构建本机插件时使用。 So if you're installing something that is running node-gyp , it's trying to compile something.因此,如果您正在安装正在运行的东西node-gyp ,它正在尝试编译一些东西。

The error message indicates you don't have Xcode installed.错误消息表明您没有安装 Xcode。 You may not need to install Xcode though.不过,您可能不需要安装 Xcode。 You my just need to run xcode-select .你只需要运行xcode-select See https://github.com/nodejs/node-gyp/blob/master/macOS_Catalina.md .请参阅https://github.com/nodejs/node-gyp/blob/master/macOS_Catalina.md That doc is for Catalina, but the error message described matches exactly: gyp: No Xcode or CLT version detected!该文档适用于 Catalina,但所描述的错误消息完全匹配gyp: No Xcode or CLT version detected! . . And there are no more recent instructions for Big Sur, so it seems worth a try.而且最近没有关于 Big Sur 的说明,所以似乎值得一试。

If xcode-select --install doesn't solve the problem, see the doc linked in that previous paragraph.如果xcode-select --install不能解决问题,请参阅上一段中链接的文档。 There are at least two other things to try.至少还有两件事可以尝试。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM