Issues Running Install Yarn to Rig Root Directory

I should start out by saying I am completely new to all of these tools and this is the first I have ever touched any of this.

I am in the process of setting up the Develupment Rig for extensions, up to this point I have done the following.
1- Installed Chocolaty
2- Installed Git
3- Installed Yarn
4- Updated Yarn
5- Cloned The Developer Rig Repository

At this point I am trying to run “yarn install” in the directory of the Developer Rig and I am returning “Command failed. Exit code:1” and with 0 experience with any of this I have no idea how to fix this issue ^_^;

Please take it slow with me because I am a complete novice and thank you in advance for any help you can provide.

Bellow is the log from CMD

``
Microsoft Windows [Version 10.0.17134.48]
© 2018 Microsoft Corporation. All rights reserved.

C:\WINDOWS\system32>cd…

C:\Windows>cd…

C:>cd C:\Users\Hell Crescent\MyTwitch\ExtensionRig

C:\Users\Hell Crescent\MyTwitch\ExtensionRig>git clone https://github.com/twitchdev/developer-rig.git
Cloning into ‘developer-rig’…
remote: Counting objects: 1224, done.
remote: Compressing objects: 100% (197/197), done.
remote: Total 1224 (delta 230), reused 272 (delta 169), pack-reused 857ReceivingReceects: 91% (1114/1224)
Receiving objects: 100% (1224/1224), 1.23 MiB | 4.94 MiB/s, done.
Resolving deltas: 100% (649/649), done.

C:\Users\Hell Crescent\MyTwitch\ExtensionRig>cd developer-rig

C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig>yarn install
yarn install v1.7.0
[1/5] Validating package.json…
[2/5] Resolving packages…
[3/5] Fetching packages…
[----------------------------------------------------------------------] 0/1278(node:11332) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
info fsevents@1.1.3: The platform “win32” is incompatible with this module.
info “fsevents@1.1.3” is an optional dependency and failed compatibility check. Excluding it from installation.
[4/5] Linking dependencies…
[5/5] Building fresh packages…
[-/3] ⡀ waiting…
[2/3] ⡀ nodegit
error C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\node-sass: Command failed.
Exit code: 1
Command: node scripts/build.js
Arguments:
Directory: C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\node-sass
Output:
Building: C:\Program Files\nodejs\node.exe C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
gyp info it worked if it ends with ok
gyp verb cli [ ‘C:\Program Files\nodejs\node.exe’,
gyp verb cli ‘C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\node-gyp\bin\node-gyp.js’,
gyp verb cli ‘rebuild’,
gyp verb cli ‘–verbose’,
gyp verb cli ‘–libsass_ext=’,
gyp verb cli ‘–libsass_cflags=’,
gyp verb cli ‘–libsass_ldflags=’,
gyp verb cli ‘–libsass_library=’ ]
gyp info using node-gyp@3.6.2
gyp info using node@10.4.1 | win32 | x64
gyp verb command rebuild []
gyp verb command clean []
gyp verb clean removing “build” directory
gyp verb command configure []
gyp verb check python checking for Python executable “python2” in the PATH
gyp verb which failed Error: not found: python2
gyp verb which failed at getNotFoundError (C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\which\which.js:13:12)
gyp verb which failed at F (C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\which\which.js:68:19)
gyp verb which failed at E (C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\which\which.js:80:29)
gyp verb which failed at C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\which\which.js:89:16
gyp verb which failed at C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\isexe\index.js:42:5
gyp verb which failed at C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\isexe\windows.js:36:5
gyp verb which failed at FSReqWrap.oncomplete (fs.js:184:21)
gyp verb which failed python2 { Error: not found: python2
gyp verb which failed at getNotFoundError (C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\which\which.js:13:12)
gyp verb which failed at F (C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\which\which.js:68:19)
gyp verb which failed at E (C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\which\which.js:80:29)
gyp verb which failed at C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\which\which.js:89:16
gyp verb which failed at C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\isexe\index.js:42:5
gyp verb which failed at C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\isexe\windows.js:36:5
gyp verb which failed at FSReqWrap.oncomplete (fs.js:184:21)
gyp verb which failed stack:
gyp verb which failed ‘Error: not found: python2\n at getNotFoundError (C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\which\which.js:13:12)\n at F (C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\which\which.js:68:19)\n at E (C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\which\which.js:80:29)\n at C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\which\which.js:89:16\n at C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\isexe\index.js:42:5\n at C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\isexe\windows.js:36:5\n at FSReqWrap.oncomplete (fs.js:184:21)’,
gyp verb which failed code: ‘ENOENT’ }
gyp verb check python checking for Python executable “python” in the PATH
gyp verb which failed Error: not found: python
gyp verb which failed at getNotFoundError (C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\which\which.js:13:12)
gyp verb which failed at F (C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\which\which.js:68:19)
gyp verb which failed at E (C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\which\which.js:80:29)
gyp verb which failed at C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\which\which.js:89:16
gyp verb which failed at C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\isexe\index.js:42:5
gyp verb which failed at C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\isexe\windows.js:36:5
gyp verb which failed at FSReqWrap.oncomplete (fs.js:184:21)
gyp verb which failed python { Error: not found: python
gyp verb which failed at getNotFoundError (C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\which\which.js:13:12)
gyp verb which failed at F (C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\which\which.js:68:19)
gyp verb which failed at E (C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\which\which.js:80:29)
gyp verb which failed at C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\which\which.js:89:16
gyp verb which failed at C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\isexe\index.js:42:5
gyp verb which failed at C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\isexe\windows.js:36:5
gyp verb which failed at FSReqWrap.oncomplete (fs.js:184:21)
gyp verb which failed stack:
gyp verb which failed ‘Error: not found: python\n at getNotFoundError (C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\which\which.js:13:12)\n at F (C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\which\which.js:68:19)\n at E (C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\which\which.js:80:29)\n at C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\which\which.js:89:16\n at C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\isexe\index.js:42:5\n at C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\isexe\windows.js:36:5\n at FSReqWrap.oncomplete (fs.js:184:21)’,
gyp verb which failed code: ‘ENOENT’ }
gyp verb could not find “python”. checking python launcher
gyp verb could not find “python”. guessing location
gyp verb ensuring that file exists: C:\Python27\python.exe
gyp ERR! configure error
gyp ERR! stack Error: Can’t find Python executable “python”, you can set the PYTHON env variable.
gyp ERR! stack at PythonFinder.failNoPython (C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\node-gyp\lib\configure.js:483:19)
gyp ERR! stack at PythonFinder. (C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\node-gyp\lib\configure.js:508:16)
gyp ERR! stack at C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\graceful-fs\polyfills.js:284:29
gyp ERR! stack at FSReqWrap.oncomplete (fs.js:184:21)
gyp ERR! System Windows_NT 10.0.17134
gyp ERR! command “C:\Program Files\nodejs\node.exe” “C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\node-gyp\bin\node-gyp.js” “rebuild” “–verbose” “–libsass_ext=” “–libsass_cflags=” “–libsass_ldflags=” “–libsass_library=”
gyp ERR! cwd C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\node_modules\node-sass
gyp ERR! node -v v10.4.1
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok
Build failed with error code: 1
``

Look at your errors, you are missing some dependencies. You need to install python and python2 for the looks of it if you come across any other issues just look at the “Error” and see if that’s something you need to install.

1 Like

Thank you, I can already tell I have a long road ahead of me, I got progress I think. Instaled python however I now get the same error code with a different cause.

C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig>yarn install yarn install v1.7.0 [1/5] Validating package.json... [2/5] Resolving packages... [3/5] Fetching packages... [---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------] 0/1278(node:10468) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. info fsevents@1.1.3: The platform "win32" is incompatible with this module. info "fsevents@1.1.3" is an optional dependency and failed compatibility check. Excluding it from installation. [4/5] Linking dependencies... [5/5] Building fresh packages... [-/3] ⡀ waiting... [2/3] ⢀ nodegit error C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\nodegit: Command failed. Exit code: 1 Command: node lifecycleScripts/preinstall && node lifecycleScripts/install Arguments: Directory: C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\nodegit Output: [nodegit] Running pre-install script [nodegit] Running install script node-pre-gyp

info it worked if it ends with ok
node-pre-gyp
info using node-pre-gyp@0.6.39
node-pre-gyp
info using node@10.4.1 | win32 | x64
node-pre-gyp
info check checked for “C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\nodegit\build\Release\nodegit.node” (not found)
node-pre-gyp
http GET
https://axonodegit.s3.amazonaws.com/nodegit/nodegit/nodegit-v0.22.0-node-v64-win32-x64.tar.gz
node-pre-gyp
http 404 https://axonodegit.s3.amazonaws.com/nodegit/nodegit/nodegit-v0.22.0-node-v64-win32-x64.tar.gz
node-pre-gyp
ERR! Tried to download(404): https://axonodegit.s3.amazonaws.com/nodegit/nodegit/nodegit-v0.22.0-node-v64-win32-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for nodegit@0.22.0 and node@10.4.1 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp http
404 status code downloading tarball https://axonodegit.s3.amazonaws.com/nodegit/nodegit/nodegit-v0.22.0-node-v64-win32-x64.tar.gz
node-pre-gyp
ERR! Tried to download(undefined): https://axonodegit.s3.amazonaws.com/nodegit/nodegit/nodegit-v0.22.0-node-v64-win32-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for nodegit@0.22.0 and node@10.4.1 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp http Connection closed while downloading tarball file
gyp
gyp

info it worked if it ends with ok

info
it worked if it ends with ok
gyp
info using node-gyp@3.6.2
gyp info
using node@10.4.1 | win32 | x64
gyp
info using
node-gyp@3.6.2
gyp
info using
node@10.4.1 | win32 | x64
gyp
info ok
gyp
info ok
gyp

info it worked if it ends with
ok
gyp
info using node-gyp@3.6.2
gyp info
using
node@10.4.1 | win32 | x64
gyp

info it worked if it ends with
ok
gyp
info using node-gyp@3.6.2
gyp
info using node@10.4.1 | win32 | x64
gyp
info spawn C:\Python27\python.exe
gyp
info
spawn args [ ‘C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\node-gyp\gyp\gyp_main.py’,
gyp info
spawn args ‘binding.gyp’,
gyp
info spawn args ‘-f’,
gyp
info spawn args
‘msvs’,
gyp info
spawn args ‘-G’,
gyp info
spawn args ‘msvs_version=auto’,
gyp
info spawn args ‘-I’,
gyp info spawn args ‘C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\nodegit\build\config.gypi’,
gyp info spawn args ‘-I’,
gyp info spawn args ‘C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\node-gyp\addon.gypi’,
gyp info spawn args ‘-I’,
gyp info spawn args ‘C:\Users\Hell Crescent\.node-gyp\10.4.1\include\node\common.gypi’,
gyp info spawn args ‘-Dlibrary=shared_library’,
gyp info spawn args ‘-Dvisibility=default’,
gyp info spawn args ‘-Dnode_root_dir=C:\Users\Hell Crescent\.node-gyp\10.4.1’,
gyp info spawn args ‘-Dnode_gyp_dir=C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\node-gyp’,
gyp info spawn args ‘-Dnode_lib_file=C:\Users\Hell Crescent\.node-gyp\10.4.1\<(target_arch)\node.lib’,
gyp info spawn args ‘-Dmodule_root_dir=C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\nodegit’,
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 ‘C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\nodegit\build’,
gyp
info spawn args ‘-Goutput_dir=.’ ]
gyp
info spawn C:\Python27\python.exe
gyp
info spawn args [ ‘C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\node-gyp\gyp\gyp_main.py’,
gyp
info spawn args ‘binding.gyp’,
gyp
info spawn args ‘-f’,
gyp info spawn args ‘msvs’,
gyp info spawn args
‘-G’,
gyp info spawn args
‘msvs_version=auto’,
gyp info
spawn args ‘-I’,
gyp info
spawn args ‘C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\nodegit\build\config.gypi’,
gyp info
spawn args ‘-I’,
gyp info
spawn args ‘C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\node-gyp\addon.gypi’,
gyp
info spawn args ‘-I’,
gyp info
spawn args ‘C:\Users\Hell Crescent\.node-gyp\10.4.1\include\node\common.gypi’,
gyp info
spawn args ‘-Dlibrary=shared_library’,
gyp info
spawn args ‘-Dvisibility=default’,
gyp info
spawn args ‘-Dnode_root_dir=C:\Users\Hell Crescent\.node-gyp\10.4.1’,
gyp info
spawn args ‘-Dnode_gyp_dir=C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\node-gyp’,
gyp info
spawn args ‘-Dnode_lib_file=C:\Users\Hell Crescent\.node-gyp\10.4.1\<(target_arch)\node.lib’,
gyp
info spawn args
‘-Dmodule_root_dir=C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\nodegit’,
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 ‘C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\nodegit\build’,
gyp
info spawn args ‘-Goutput_dir=.’ ]
Traceback (most recent call last):
File “C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\node-gyp\gyp\gyp_main.py”, line 16, in
sys.exit(gyp.script_main())
File “C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\node-gyp\gyp\pylib\gyp_init_.py”, line 545, in script_main
return main(sys.argv[1:])
File “C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\node-gyp\gyp\pylib\gyp_init_.py”, line 538, in main
return gyp_main(args)
File “C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\node-gyp\gyp\pylib\gyp_init_.py”, line 523, in gyp_main
generator.GenerateOutput(flat_list, targets, data, params)
File “C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\node-gyp\gyp\pylib\gyp\generator\msvs.py”, line 2025, in GenerateOutput
version=msvs_version)
File “C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\node-gyp\gyp\pylib\gyp\MSVSNew.py”, line 213, in init
self.Write()
File “C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\node-gyp\gyp\pylib\gyp\MSVSNew.py”, line 340, in Write
f.close()
File “C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\node-gyp\gyp\pylib\gyp\common.py”, line 393, in close
os.rename(self.tmp_path, filename)
WindowsError: [Error 183] Cannot create a file when that file already exists
Warning: Missing input files:
C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\nodegit\build\vendor....\vendor\libgit2\src\bswap.h
C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\nodegit\build\vendor....\vendor\libgit2\src\merge_file.h
gyp

info
ok
gyp

ERR!

configure error

gyp

ERR!

stack
Error: gyp failed with exit code: 1
gyp

ERR!

stack
at ChildProcess.onCpExit (C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\node-gyp\lib\configure.js:336:16)
gyp

ERR!

stack
at ChildProcess.emit (events.js:182:13)
gyp

ERR!

stack
at Process.ChildProcess._handle.onexit (internal/child_process.js:237:12)
gyp

ERR!

System Windows_NT 10.0.17134
gyp
ERR! command
“C:\Program Files\nodejs\node.exe” “C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\node-gyp\bin\node-gyp.js” “configure” “–fallback-to-build” “–module=C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\nodegit\build\Release\nodegit.node” “–module_name=nodegit” “–module_path=C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\nodegit\build\Release”
gyp
ERR! cwd C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\nodegit
gyp

ERR!

node -v
v10.4.1
gyp

ERR!

node-gyp -v
v3.6.2
gyp

ERR!

not ok
node-pre-gyp
ERR! build error
node-pre-gyp
ERR! stack Error: Failed to execute ‘C:\Program Files\nodejs\node.exe C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\nodegit\build\Release\nodegit.node --module_name=nodegit --module_path=C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\nodegit\build\Release’ (1)
node-pre-gyp

ERR!
stack at ChildProcess. (C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\node-pre-gyp\lib\util\compile.js:83:29)
node-pre-gyp
ERR! stack at ChildProcess.emit (events.js:182:13)
node-pre-gyp ERR!
stack at maybeClose (internal/child_process.js:961:16)
node-pre-gyp
ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:248:5)
node-pre-gyp
ERR! System Windows_NT 10.0.17134
node-pre-gyp ERR!
command “C:\Program Files\nodejs\node.exe” “C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\node-pre-gyp\bin\node-pre-gyp” “install” “–fallback-to-build”
node-pre-gyp ERR!
cwd C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\nodegit
node-pre-gyp ERR!
node -v v10.4.1
node-pre-gyp
ERR! node-pre-gyp -v v0.6.39
node-pre-gyp ERR!
not ok
Failed to execute ‘C:\Program Files\nodejs\node.exe C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\nodegit\build\Release\nodegit.node --module_name=nodegit --module_path=C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig\node_modules\nodegit\build\Release’ (1)
[nodegit] ERROR - Could not finish install

C:\Users\Hell Crescent\MyTwitch\ExtensionRig\developer-rig\developer-rig>

I wish I had a bit more experience to give me some more straws to grasp at but I am not familiar with almost all of it.

Currently, the Rig does not support node 10. Please use node <10.

1 Like

Thanks a ton <3 Done and installed correctly! You both have been very helpful and I hope I don’t need to waste too many peoples time learning how to develop my extension ;p