Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Step 5/12 : RUN yarn --prod
- ---> Running in 0908d9257c99
- yarn install v1.22.17
- [1/4] Resolving packages...
- [2/4] Fetching packages...
- [3/4] Linking dependencies...
- warning "next > styled-jsx > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0".
- warning " > [email protected]" has unmet peer dependency "@types/react@>=16".
- warning " > [email protected]" has incorrect peer dependency "react@^15.0.0 || ^16.0.0".
- warning " > [email protected]" has unmet peer dependency "react-is@>= 16.8.0".
- [4/4] Building fresh packages...
- error /app/node_modules/bcrypt: Command failed.
- Exit code: 1
- Command: node-pre-gyp install --fallback-to-build
- Arguments:
- Directory: /app/node_modules/bcrypt
- Output:
- node-pre-gyp info it worked if it ends with ok
- node-pre-gyp info using [email protected]
- node-pre-gyp info using [email protected] | linux | arm64
- node-pre-gyp info check checked for "/app/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node" (not found)
- node-pre-gyp http GET https://github.com/kelektiv/node.bcrypt.js/releases/download/v5.0.1/bcrypt_lib-v5.0.1-napi-v3-linux-arm64-musl.tar.gz
- node-pre-gyp ERR! install response status 404 Not Found on https://github.com/kelektiv/node.bcrypt.js/releases/download/v5.0.1/bcrypt_lib-v5.0.1-napi-v3-linux-arm64-musl.tar.gz
- node-pre-gyp WARN Pre-built binaries not installable for [email protected] and [email protected] (node-v102 ABI, musl) (falling back to source compile with node-gyp)
- node-pre-gyp WARN Hit error response status 404 Not Found on https://github.com/kelektiv/node.bcrypt.js/releases/download/v5.0.1/bcrypt_lib-v5.0.1-napi-v3-linux-arm64-musl.tar.gz
- gyp info it worked if it ends with ok
- gyp info using [email protected]
- gyp info using [email protected] | linux | arm64
- gyp info ok
- gyp info it worked if it ends with ok
- gyp info using [email protected]
- gyp info using [email protected] | linux | arm64
- gyp info find Python using Python version 3.9.7 found at "/usr/bin/python3"
- gyp http GET https://nodejs.org/download/release/v17.6.0/node-v17.6.0-headers.tar.gz
- gyp http 200 https://nodejs.org/download/release/v17.6.0/node-v17.6.0-headers.tar.gz
- gyp http GET https://nodejs.org/download/release/v17.6.0/SHASUMS256.txt
- gyp http 200 https://nodejs.org/download/release/v17.6.0/SHASUMS256.txt
- gyp info spawn /usr/bin/python3
- gyp info spawn args [
- gyp info spawn args '/usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',
- gyp info spawn args 'binding.gyp',
- gyp info spawn args '-f',
- gyp info spawn args 'make',
- gyp info spawn args '-I',
- gyp info spawn args '/app/node_modules/bcrypt/build/config.gypi',
- gyp info spawn args '-I',
- gyp info spawn args '/usr/local/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',
- gyp info spawn args '-I',
- gyp info spawn args '/root/.cache/node-gyp/17.6.0/include/node/common.gypi',
- gyp info spawn args '-Dlibrary=shared_library',
- gyp info spawn args '-Dvisibility=default',
- gyp info spawn args '-Dnode_root_dir=/root/.cache/node-gyp/17.6.0',
- gyp info spawn args '-Dnode_gyp_dir=/usr/local/lib/node_modules/npm/node_modules/node-gyp',
- gyp info spawn args '-Dnode_lib_file=/root/.cache/node-gyp/17.6.0/<(target_arch)/node.lib',
- gyp info spawn args '-Dmodule_root_dir=/app/node_modules/bcrypt',
- gyp info spawn args '-Dnode_engine=v8',
- gyp info spawn args '--depth=.',
- gyp info spawn args '--no-parallel',
- gyp info spawn args '--generator-output',
- gyp info spawn args 'build',
- gyp info spawn args '-Goutput_dir=.'
- gyp info spawn args ]
- gyp info ok
- gyp info it worked if it ends with ok
- gyp info using [email protected]
- gyp info using [email protected] | linux | arm64
- gyp ERR! build error
- gyp ERR! stack Error: not found: make
- gyp ERR! stack at getNotFoundError (/usr/local/lib/node_modules/npm/node_modules/which/which.js:10:17)
- gyp ERR! stack at /usr/local/lib/node_modules/npm/node_modules/which/which.js:57:18
- gyp ERR! stack at new Promise (<anonymous>)
- gyp ERR! stack at step (/usr/local/lib/node_modules/npm/node_modules/which/which.js:54:21)
- gyp ERR! stack at /usr/local/lib/node_modules/npm/node_modules/which/which.js:71:22
- gyp ERR! stack at new Promise (<anonymous>)
- gyp ERR! stack at subStep (/usr/local/lib/node_modules/npm/node_modules/which/which.js:69:33)
- gyp ERR! stack at /usr/local/lib/node_modules/npm/node_modules/which/which.js:80:22
- gyp ERR! stack at /usr/local/lib/node_modules/npm/node_modules/isexe/index.js:42:5
- gyp ERR! stack at /usr/local/lib/node_modules/npm/node_modules/isexe/mode.js:8:5
- gyp ERR! System Linux 5.10.92-v8+
- gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/app/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/app/node_modules/bcrypt/lib/binding/napi-v3" "--napi_version=8" "--node_abi_napi=napi" "--napi_build_version=3" "--node_napi_label=napi-v3"
- gyp ERR! cwd /app/node_modules/bcrypt
- gyp ERR! node -v v17.6.0
- gyp ERR! node-gyp -v v8.4.1
- gyp ERR! not ok
- node-pre-gyp ERR! build error
- node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/app/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/app/node_modules/bcrypt/lib/binding/napi-v3 --napi_version=8 --node_abi_napi=napi --napi_build_version=3 --node_napi_label=napi-v3' (1)
- node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/app/node_modules/@mapbox/node-pre-gyp/lib/util/compile.js:89:23)
- node-pre-gyp ERR! stack at ChildProcess.emit (node:events:527:28)
- node-pre-gyp ERR! stack at maybeClose (node:internal/child_process:1090:16)
- node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5)
- node-pre-gyp ERR! System Linux 5.10.92-v8+
- node-pre-gyp ERR! command "/usr/local/bin/node" "/app/node_modules/bcrypt/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
- node-pre-gyp ERR! cwd /app/node_modules/bcrypt
- node-pre-gyp ERR! node -v v17.6.0
- node-pre-gyp ERR! node-pre-gyp -v v1.0.5
- node-pre-gyp ERR! not ok
- Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/app/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/app/node_modules/bcrypt/lib/binding/napi-v3 --napi_version=8 --node_abi_napi=napi --napi_build_version=3 --node_napi_label=napi-v3' (1)
- info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
- The command '/bin/sh -c yarn --prod' returned a non-zero code: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement