Hello
I need some help I tried to install Bcoin but this is not successfull on windows. I tried with Git and npm install https://github.com/bcoin-org/bcoin
Carlos@LAPTOP-14TAQHNV MINGW64 /e/Importante/Programas creados imagenes iso etc/Bitcoin/multisig
$ git clone git://github.com/bcoin-org/bcoin.git
Cloning into 'bcoin'...
remote: Enumerating objects: 45426, done.
remote: Total 45426 (delta 0), reused 0 (delta 0), pack-reused 45426
Receiving objects: 100% (45426/45426), 30.22 MiB | 333.00 KiB/s, done.
Resolving deltas: 100% (33482/33482), done.
Updating files: 100% (1257/1257), done.
Carlos@LAPTOP-14TAQHNV MINGW64 /e/Importante/Programas creados imagenes iso etc/Bitcoin/multisig
$ cd bcoin
Carlos@LAPTOP-14TAQHNV MINGW64 /e/Importante/Programas creados imagenes iso etc/Bitcoin/multisig/bcoin (master)
$ npm rebuild
npm ERR! code 1
npm ERR! path E:\Importante\Programas creados imagenes iso etc\Bitcoin\multisig\bcoin\node_modules\bcrypto
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node-gyp rebuild
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp info using [email protected]
npm ERR! gyp info using [email protected] | win32 | x64
npm ERR! gyp info find Python using Python version 2.7.15 found at "C:\Users\Carlos\.windows-build-tools\python27\python.exe"
npm ERR! gyp info find VS using VS2017 (15.9.28307.1401) found at:
npm ERR! gyp info find VS "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools"
npm ERR! gyp info find VS run with --verbose for detailed information
npm ERR! gyp info spawn C:\Users\Carlos\.windows-build-tools\python27\python.exe
npm ERR! gyp info spawn args [
npm ERR! gyp info spawn args 'C:\\Users\\Carlos\\AppData\\Roaming\\npm\\node_modules\\npm\\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 'msvs',
npm ERR! gyp info spawn args '-I',
npm ERR! gyp info spawn args 'E:\\Importante\\Programas creados imagenes iso etc\\Bitcoin\\multisig\\bcoin\\node_modules\\bcrypto\\build\\config.gypi',
npm ERR! gyp info spawn args '-I',
npm ERR! gyp info spawn args 'C:\\Users\\Carlos\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\addon.gypi',
npm ERR! gyp info spawn args '-I',
npm ERR! gyp info spawn args 'C:\\Users\\Carlos\\AppData\\Local\\node-gyp\\Cache\\14.15.4\\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=C:\\Users\\Carlos\\AppData\\Local\\node-gyp\\Cache\\14.15.4',
npm ERR! gyp info spawn args '-Dnode_gyp_dir=C:\\Users\\Carlos\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp',
npm ERR! gyp info spawn args '-Dnode_lib_file=C:\\\\Users\\\\Carlos\\\\AppData\\\\Local\\\\node-gyp\\\\Cache\\\\14.15.4\\\\<(target_arch)\\\\node.lib',
npm ERR! gyp info spawn args '-Dmodule_root_dir=E:\\Importante\\Programas creados imagenes iso etc\\Bitcoin\\multisig\\bcoin\\node_modules\\bcrypto',
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 'E:\\Importante\\Programas creados imagenes iso etc\\Bitcoin\\multisig\\bcoin\\node_modules\\bcrypto\\build',
npm ERR! gyp info spawn args '-Goutput_dir=.'
npm ERR! gyp info spawn args ]
npm ERR! gyp: C:\Users\Carlos\AppData\Local\node-gyp\Cache\14.15.4\common.gypi not found (cwd: E:\Importante\Programas creados imagenes iso etc\Bitcoin\multisig\bcoin\node_modules\bcrypto) while reading includes of binding.gyp while trying to load binding.gyp
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 (C:\Users\Carlos\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\configure.js:351:16)
npm ERR! gyp ERR! stack at ChildProcess.emit (events.js:315:20)
npm ERR! gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)
npm ERR! gyp ERR! System Windows_NT 10.0.18363
npm ERR! gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Carlos\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
npm ERR! gyp ERR! cwd E:\Importante\Programas creados imagenes iso etc\Bitcoin\multisig\bcoin\node_modules\bcrypto
npm ERR! gyp ERR! node -v v14.15.4
npm ERR! gyp ERR! node-gyp -v v7.1.2
npm ERR! gyp ERR! not ok
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Carlos\AppData\Local\npm-cache\_logs\2021-02-16T02_06_35_980Z-debug.log
Carlos@LAPTOP-14TAQHNV MINGW64 /e/Importante/Programas creados imagenes iso etc/Bitcoin/multisig/bcoin (master)
$