[GH-ISSUE #1011] Non-fatal error on install (running php artisan koel:init) #615

Closed
opened 2026-02-26 02:33:42 +03:00 by kerem · 0 comments
Owner

Originally created by @connecteev on GitHub (Jun 27, 2019).
Original GitHub issue: https://github.com/koel/koel/issues/1011

Non-fatal error on install (running php artisan koel:init)

OneStepAtATime:koel kunalpunjabi$ php artisan koel:init
Attempting to install or upgrade Koel.
Remember, you can always install/upgrade manually following the guide here:
📙 https://koel.phanan.net/docs

Generating app key
Generating JWT secret
SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client

Koel cannot connect to the database. Let's set it up.

Your DB driver of choice [MySQL/MariaDB]:
[mysql ] MySQL/MariaDB
[pgsql ] PostgreSQL
[sqlsrv ] SQL Server
[sqlite-e2e] SQLite

1

[ERROR] Value "1" is invalid

Your DB driver of choice [MySQL/MariaDB]:
[mysql ] MySQL/MariaDB
[pgsql ] PostgreSQL
[sqlsrv ] SQL Server
[sqlite-e2e] SQLite

mysql

DB host:

localhost

DB port (leave empty for default) []:

DB name:

koel

DB user:

root

DB password []:

root

Migrating database
Let's create the admin account.

Your name:

admin

Your email address:

admin@gmail.com

Your desired password:

Again, just to make sure:

Seeding initial data
The absolute path to your media directory. If this is skipped (left blank) now, you can set it later via the web interface.

Media path []:

Compiling front-end stuff
yarn install v1.16.0
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
error /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-sass: Command failed.
Exit code: 1
Command: node scripts/build.js
Arguments:
Directory: /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-sass
Output:
Building: /usr/local/bin/node /Users/kunalpunjabi/Code/vuejs_examples/koel/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 [ '/usr/local/bin/node',
gyp verb cli '/Users/kunalpunjabi/Code/vuejs_examples/koel/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.13.0 | darwin | 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 "/usr/bin/python" in the PATH
gyp verb which succeeded /usr/bin/python /usr/bin/python
gyp verb check python version /usr/bin/python -c "import platform; print(platform.python_version());" returned: "2.7.10\n"
gyp verb get node dir no --target version specified, falling back to host node version: 10.13.0
gyp verb command install [ '10.13.0' ]
gyp verb install input version string "10.13.0"
gyp verb install installing version: 10.13.0
gyp verb install --ensure was passed, so won't reinstall if already installed
gyp verb install version is already installed, need to check "installVersion"
gyp verb got "installVersion" 9
gyp verb needs "installVersion" 9
gyp verb install version is good
gyp verb get node dir target node version installed: 10.13.0
gyp verb build dir attempting to create "build" dir: /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-sass/build
gyp verb build dir "build" dir needed to be created? /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-sass/build
gyp verb build/config.gypi creating config file
gyp verb build/config.gypi writing out config file: /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-sass/build/config.gypi
gyp verb config.gypi checking for gypi file: /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-sass/config.gypi
gyp verb common.gypi checking for gypi file: /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-sass/common.gypi
gyp verb gyp gyp format was not specified; forcing "make"
gyp info spawn /usr/bin/python
gyp info spawn args [ '/Users/kunalpunjabi/Code/vuejs_examples/koel/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 '/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-sass/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Users/kunalpunjabi/.node-gyp/10.13.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=/Users/kunalpunjabi/.node-gyp/10.13.0',
gyp info spawn args '-Dnode_gyp_dir=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp',
gyp info spawn args '-Dnode_lib_file=/Users/kunalpunjabi/.node-gyp/10.13.0/<(target_arch)/node.lib',
gyp info spawn args '-Dmodule_root_dir=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-sass',
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=.' ]
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

Traceback (most recent call last):
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/gyp_main.py", line 16, in
sys.exit(gyp.script_main())
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/init.py", line 545, in script_main
return main(sys.argv[1:])
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/init.py", line 538, in main
return gyp_main(args)
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/init.py", line 523, in gyp_main
generator.GenerateOutput(flat_list, targets, data, params)
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py", line 2170, in GenerateOutput
part_of_all=qualified_target in needed_targets)
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py", line 795, in Write
self.Pchify))
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py", line 1190, in WriteSources
cflags = self.xcode_settings.GetCflags(configname)
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py", line 551, in GetCflags
archs = self.GetActiveArchs(self.configname)
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py", line 420, in GetActiveArchs
xcode_archs_default = GetXcodeArchsDefault()
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py", line 118, in GetXcodeArchsDefault
xcode_version, _ = XcodeVersion()
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py", line 1265, in XcodeVersion
version = re.match(r'(\d.\d.?\d*)', version).groups()[0]
AttributeError: 'NoneType' object has no attribute 'groups'
gyp ERR! configure error
gyp ERR! stack Error: gyp failed with exit code: 1
gyp ERR! stack at ChildProcess.onCpExit (/Users/kunalpunjabi/Code/vuejs_examples/koel/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:240:12)
gyp ERR! System Darwin 17.5.0
gyp ERR! command "/usr/local/bin/node" "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-sass
gyp ERR! node -v v10.13.0
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok
Build failed with error code: 1
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
warning Error running install script for optional dependency: "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents: Command failed.
Exit code: 1
Command: node install
Arguments:
Directory: /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents
Output:
node-pre-gyp info it worked if it ends with ok
node-pre-gyp info using node-pre-gyp@0.6.38
node-pre-gyp info using node@10.13.0 | darwin | x64
node-pre-gyp info check checked for "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node" (not found)
node-pre-gyp http GET https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v64-darwin-x64.tar.gz
node-pre-gyp http 404 https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v64-darwin-x64.tar.gz
node-pre-gyp ERR! Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v64-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for fsevents@1.1.2 and node@10.13.0 (node-v64 ABI) (falling back to source compile with node-gyp)
node-pre-gyp http 404 status code downloading tarball https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v64-darwin-x64.tar.gz
node-pre-gyp ERR! Tried to download(undefined): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v64-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for fsevents@1.1.2 and node@10.13.0 (node-v64 ABI) (falling back to source compile with node-gyp)
node-pre-gyp http Connection closed while downloading tarball file
gyp info it worked if it ends with ok
gyp info using node-gyp@3.6.2
gyp info using node@10.13.0 | darwin | x64
gyp info it worked if it ends with ok
gyp info using node-gyp@3.6.2
gyp info using node@10.13.0 | darwin | x64
gyp info gypok
info ok
gyp info it worked if it ends with ok
gyp info using node-gyp@3.6.2
gyp info using node@10.13.0 | darwin | x64
gyp info it worked if it ends with ok
gyp info using node-gyp@3.6.2
gyp info using node@10.13.0 | darwin | x64
gyp info spawn /usr/bin/python
gyp info spawn args [ '/Users/kunalpunjabi/Code/vuejs_examples/koel/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 '/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Users/kunalpunjabi/.node-gyp/10.13.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=/Users/kunalpunjabi/.node-gyp/10.13.0',
gyp info spawn args '-Dnode_gyp_dir=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp',
gyp info spawn args '-Dnode_lib_file=/Users/kunalpunjabi/.node-gyp/10.13.0/<(target_arch)/node.lib',
gyp info spawn args '-Dmodule_root_dir=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents',
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 /usr/bin/python
gyp info spawn args [ '/Users/kunalpunjabi/Code/vuejs_examples/koel/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 '/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Users/kunalpunjabi/.node-gyp/10.13.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=/Users/kunalpunjabi/.node-gyp/10.13.0',
gyp info spawn args '-Dnode_gyp_dir=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp',
gyp info spawn args '-Dnode_lib_file=/Users/kunalpunjabi/.node-gyp/10.13.0/<(target_arch)/node.lib',
gyp info spawn args '-Dmodule_root_dir=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents',
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=.' ]
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

Traceback (most recent call last):
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/gyp_main.py", line 16, in
sys.exit(gyp.script_main())
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/init.py", line 545, in script_main
return main(sys.argv[1:])
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/init.py", line 538, in main
return gyp_main(args)
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/init.py", line 523, in gyp_main
generator.GenerateOutput(flat_list, targets, data, params)
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py", line 2170, in GenerateOutput
part_of_all=qualified_target in needed_targets)
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py", line 795, in Write
self.Pchify))
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py", line 1190, in WriteSources
cflags = self.xcode_settings.GetCflags(configname)
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py", line 551, in GetCflags
archs = self.GetActiveArchs(self.configname)
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py", line 420, in GetActiveArchs
xcode_archs_default = GetXcodeArchsDefault()
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py", line 118, in GetXcodeArchsDefault
xcode_version, _ = XcodeVersion()
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py", line 1265, in XcodeVersion
version = re.match(r'(\d\.\d\.?\d*)', version).groups()[0]
AttributeError: 'NoneType' object has no attribute 'groups'
Traceback (most recent call last):
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/gyp_main.py", line 16, in
sys.exit(gyp.script_main())
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/init.py", line 545, in script_main
return main(sys.argv[1:])
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/init.py", line 538, in main
return gyp_main(args)
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/init.py", line 523, in gyp_main
generator.GenerateOutput(flat_list, targets, data, params)
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py", line 2170, in GenerateOutput
part_of_all=qualified_target in needed_targets)
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py", line 795, in Write
self.Pchify))
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py", line 1190, in WriteSources
cflags = self.xcode_settings.GetCflags(configname)
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py", line 551, in GetCflags
archs = self.GetActiveArchs(self.configname)
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py", line 420, in GetActiveArchs
xcode_archs_default = GetXcodeArchsDefault()
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py", line 118, in GetXcodeArchsDefault
xcode_version, _ = XcodeVersion()
File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py", line 1265, in XcodeVersion
version = re.match(r'(\d\.\d\.?\d*)', version).groups()[0]
AttributeError: 'NoneType' object has no attribute 'groups'
gyp ERR! configure error
gyp ERR! stack Error: gyp failed with exit code: 1
gyp ERR! stack at ChildProcess.onCpExit (/Users/kunalpunjabi/Code/vuejs_examples/koel/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:240:12)
gyp ERR! System Darwin 17.5.0
gyp ERR! command "/usr/local/bin/node" "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node" "--module_name=fse" "--module_path=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64" "--python=/usr/bin/python"
gyp ERR! cwd /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents
gyp ERR! node -v v10.13.0
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok
gyp ERR! configure error
gyp ERR! stack Error: gyp failed with exit code: 1
gyp ERR! stack at ChildProcess.onCpExit (/Users/kunalpunjabi/Code/vuejs_examples/koel/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:240:12)
gyp ERR! System Darwin 17.5.0
gyp ERR! command "/usr/local/bin/node" "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node" "--module_name=fse" "--module_path=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64" "--python=/usr/bin/python"
gyp ERR! cwd /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents
gyp ERR! node -v v10.13.0
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 '/usr/local/bin/node /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node --module_name=fse --module_path=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64 --python=/usr/bin/python' (1)
node-pre-gyp ERR! stack at ChildProcess. (/Users/kunalpunjabi/Code/vuejs_examples/koel/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:962:16)
node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5)
node-pre-gyp ERR! System Darwin 17.5.0
node-pre-gyp ERR! command "/usr/local/bin/node" "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents
node-pre-gyp ERR! node -v v10.13.0
node-pre-gyp ERR! node-pre-gyp -v v0.6.38
node-pre-gyp ERR! not ok
Failed to execute '/usr/local/bin/node /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node --module_name=fse --module_path=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64 --python=/usr/bin/python' (1)"
info This module is OPTIONAL, you can safely ignore this error

Originally created by @connecteev on GitHub (Jun 27, 2019). Original GitHub issue: https://github.com/koel/koel/issues/1011 Non-fatal error on install (running php artisan koel:init) OneStepAtATime:koel kunalpunjabi$ php artisan koel:init Attempting to install or upgrade Koel. Remember, you can always install/upgrade manually following the guide here: 📙 https://koel.phanan.net/docs Generating app key Generating JWT secret SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client Koel cannot connect to the database. Let's set it up. Your DB driver of choice [MySQL/MariaDB]: [mysql ] MySQL/MariaDB [pgsql ] PostgreSQL [sqlsrv ] SQL Server [sqlite-e2e] SQLite > 1 [ERROR] Value "1" is invalid Your DB driver of choice [MySQL/MariaDB]: [mysql ] MySQL/MariaDB [pgsql ] PostgreSQL [sqlsrv ] SQL Server [sqlite-e2e] SQLite > mysql DB host: > localhost DB port (leave empty for default) []: > DB name: > koel DB user: > root DB password []: > root Migrating database Let's create the admin account. Your name: > admin Your email address: > admin@gmail.com Your desired password: > Again, just to make sure: > Seeding initial data The absolute path to your media directory. If this is skipped (left blank) now, you can set it later via the web interface. Media path []: > Compiling front-end stuff yarn install v1.16.0 [1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking dependencies... [4/4] Building fresh packages... error /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-sass: Command failed. Exit code: 1 Command: node scripts/build.js Arguments: Directory: /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-sass Output: Building: /usr/local/bin/node /Users/kunalpunjabi/Code/vuejs_examples/koel/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 [ '/usr/local/bin/node', gyp verb cli '/Users/kunalpunjabi/Code/vuejs_examples/koel/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.13.0 | darwin | 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 "/usr/bin/python" in the PATH gyp verb `which` succeeded /usr/bin/python /usr/bin/python gyp verb check python version `/usr/bin/python -c "import platform; print(platform.python_version());"` returned: "2.7.10\n" gyp verb get node dir no --target version specified, falling back to host node version: 10.13.0 gyp verb command install [ '10.13.0' ] gyp verb install input version string "10.13.0" gyp verb install installing version: 10.13.0 gyp verb install --ensure was passed, so won't reinstall if already installed gyp verb install version is already installed, need to check "installVersion" gyp verb got "installVersion" 9 gyp verb needs "installVersion" 9 gyp verb install version is good gyp verb get node dir target node version installed: 10.13.0 gyp verb build dir attempting to create "build" dir: /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-sass/build gyp verb build dir "build" dir needed to be created? /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-sass/build gyp verb build/config.gypi creating config file gyp verb build/config.gypi writing out config file: /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-sass/build/config.gypi gyp verb config.gypi checking for gypi file: /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-sass/config.gypi gyp verb common.gypi checking for gypi file: /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-sass/common.gypi gyp verb gyp gyp format was not specified; forcing "make" gyp info spawn /usr/bin/python gyp info spawn args [ '/Users/kunalpunjabi/Code/vuejs_examples/koel/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 '/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-sass/build/config.gypi', gyp info spawn args '-I', gyp info spawn args '/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/addon.gypi', gyp info spawn args '-I', gyp info spawn args '/Users/kunalpunjabi/.node-gyp/10.13.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=/Users/kunalpunjabi/.node-gyp/10.13.0', gyp info spawn args '-Dnode_gyp_dir=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp', gyp info spawn args '-Dnode_lib_file=/Users/kunalpunjabi/.node-gyp/10.13.0/<(target_arch)/node.lib', gyp info spawn args '-Dmodule_root_dir=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-sass', 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=.' ] xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance Traceback (most recent call last): File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/gyp_main.py", line 16, in <module> sys.exit(gyp.script_main()) File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 545, in script_main return main(sys.argv[1:]) File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 538, in main return gyp_main(args) File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 523, in gyp_main generator.GenerateOutput(flat_list, targets, data, params) File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py", line 2170, in GenerateOutput part_of_all=qualified_target in needed_targets) File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py", line 795, in Write self.Pchify)) File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py", line 1190, in WriteSources cflags = self.xcode_settings.GetCflags(configname) File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py", line 551, in GetCflags archs = self.GetActiveArchs(self.configname) File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py", line 420, in GetActiveArchs xcode_archs_default = GetXcodeArchsDefault() File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py", line 118, in GetXcodeArchsDefault xcode_version, _ = XcodeVersion() File "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py", line 1265, in XcodeVersion version = re.match(r'(\d\.\d\.?\d*)', version).groups()[0] AttributeError: 'NoneType' object has no attribute 'groups' gyp ERR! configure error gyp ERR! stack Error: `gyp` failed with exit code: 1 gyp ERR! stack at ChildProcess.onCpExit (/Users/kunalpunjabi/Code/vuejs_examples/koel/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:240:12) gyp ERR! System Darwin 17.5.0 gyp ERR! command "/usr/local/bin/node" "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library=" gyp ERR! cwd /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-sass gyp ERR! node -v v10.13.0 gyp ERR! node-gyp -v v3.6.2 gyp ERR! not ok Build failed with error code: 1 info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. warning Error running install script for optional dependency: "/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents: Command failed. Exit code: 1 Command: node install Arguments: Directory: /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents Output: node-pre-gyp info it worked if it ends with ok node-pre-gyp info using node-pre-gyp@0.6.38 node-pre-gyp info using node@10.13.0 | darwin | x64 node-pre-gyp info check checked for \"/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node\" (not found) node-pre-gyp http GET https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v64-darwin-x64.tar.gz node-pre-gyp http 404 https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v64-darwin-x64.tar.gz node-pre-gyp ERR! Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v64-darwin-x64.tar.gz node-pre-gyp ERR! Pre-built binaries not found for fsevents@1.1.2 and node@10.13.0 (node-v64 ABI) (falling back to source compile with node-gyp) node-pre-gyp http 404 status code downloading tarball https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v64-darwin-x64.tar.gz node-pre-gyp ERR! Tried to download(undefined): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v64-darwin-x64.tar.gz node-pre-gyp ERR! Pre-built binaries not found for fsevents@1.1.2 and node@10.13.0 (node-v64 ABI) (falling back to source compile with node-gyp) node-pre-gyp http Connection closed while downloading tarball file gyp info it worked if it ends with ok gyp info using node-gyp@3.6.2 gyp info using node@10.13.0 | darwin | x64 gyp info it worked if it ends with ok gyp info using node-gyp@3.6.2 gyp info using node@10.13.0 | darwin | x64 gyp info gypok info ok gyp info it worked if it ends with ok gyp info using node-gyp@3.6.2 gyp info using node@10.13.0 | darwin | x64 gyp info it worked if it ends with ok gyp info using node-gyp@3.6.2 gyp info using node@10.13.0 | darwin | x64 gyp info spawn /usr/bin/python gyp info spawn args [ '/Users/kunalpunjabi/Code/vuejs_examples/koel/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 '/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents/build/config.gypi', gyp info spawn args '-I', gyp info spawn args '/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/addon.gypi', gyp info spawn args '-I', gyp info spawn args '/Users/kunalpunjabi/.node-gyp/10.13.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=/Users/kunalpunjabi/.node-gyp/10.13.0', gyp info spawn args '-Dnode_gyp_dir=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp', gyp info spawn args '-Dnode_lib_file=/Users/kunalpunjabi/.node-gyp/10.13.0/<(target_arch)/node.lib', gyp info spawn args '-Dmodule_root_dir=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents', 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 /usr/bin/python gyp info spawn args [ '/Users/kunalpunjabi/Code/vuejs_examples/koel/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 '/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents/build/config.gypi', gyp info spawn args '-I', gyp info spawn args '/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/addon.gypi', gyp info spawn args '-I', gyp info spawn args '/Users/kunalpunjabi/.node-gyp/10.13.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=/Users/kunalpunjabi/.node-gyp/10.13.0', gyp info spawn args '-Dnode_gyp_dir=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp', gyp info spawn args '-Dnode_lib_file=/Users/kunalpunjabi/.node-gyp/10.13.0/<(target_arch)/node.lib', gyp info spawn args '-Dmodule_root_dir=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents', 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=.' ] xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance Traceback (most recent call last): File \"/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/gyp_main.py\", line 16, in <module> sys.exit(gyp.script_main()) File \"/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/__init__.py\", line 545, in script_main return main(sys.argv[1:]) File \"/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/__init__.py\", line 538, in main return gyp_main(args) File \"/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/__init__.py\", line 523, in gyp_main generator.GenerateOutput(flat_list, targets, data, params) File \"/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py\", line 2170, in GenerateOutput part_of_all=qualified_target in needed_targets) File \"/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py\", line 795, in Write self.Pchify)) File \"/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py\", line 1190, in WriteSources cflags = self.xcode_settings.GetCflags(configname) File \"/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py\", line 551, in GetCflags archs = self.GetActiveArchs(self.configname) File \"/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py\", line 420, in GetActiveArchs xcode_archs_default = GetXcodeArchsDefault() File \"/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py\", line 118, in GetXcodeArchsDefault xcode_version, _ = XcodeVersion() File \"/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py\", line 1265, in XcodeVersion version = re.match(r'(\\d\\.\\d\\.?\\d*)', version).groups()[0] AttributeError: 'NoneType' object has no attribute 'groups' Traceback (most recent call last): File \"/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/gyp_main.py\", line 16, in <module> sys.exit(gyp.script_main()) File \"/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/__init__.py\", line 545, in script_main return main(sys.argv[1:]) File \"/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/__init__.py\", line 538, in main return gyp_main(args) File \"/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/__init__.py\", line 523, in gyp_main generator.GenerateOutput(flat_list, targets, data, params) File \"/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py\", line 2170, in GenerateOutput part_of_all=qualified_target in needed_targets) File \"/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py\", line 795, in Write self.Pchify)) File \"/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py\", line 1190, in WriteSources cflags = self.xcode_settings.GetCflags(configname) File \"/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py\", line 551, in GetCflags archs = self.GetActiveArchs(self.configname) File \"/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py\", line 420, in GetActiveArchs xcode_archs_default = GetXcodeArchsDefault() File \"/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py\", line 118, in GetXcodeArchsDefault xcode_version, _ = XcodeVersion() File \"/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py\", line 1265, in XcodeVersion version = re.match(r'(\\d\\.\\d\\.?\\d*)', version).groups()[0] AttributeError: 'NoneType' object has no attribute 'groups' gyp ERR! configure error gyp ERR! stack Error: `gyp` failed with exit code: 1 gyp ERR! stack at ChildProcess.onCpExit (/Users/kunalpunjabi/Code/vuejs_examples/koel/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:240:12) gyp ERR! System Darwin 17.5.0 gyp ERR! command \"/usr/local/bin/node\" \"/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/bin/node-gyp.js\" \"configure\" \"--fallback-to-build\" \"--module=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node\" \"--module_name=fse\" \"--module_path=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64\" \"--python=/usr/bin/python\" gyp ERR! cwd /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents gyp ERR! node -v v10.13.0 gyp ERR! node-gyp -v v3.6.2 gyp ERR! not ok gyp ERR! configure error gyp ERR! stack Error: `gyp` failed with exit code: 1 gyp ERR! stack at ChildProcess.onCpExit (/Users/kunalpunjabi/Code/vuejs_examples/koel/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:240:12) gyp ERR! System Darwin 17.5.0 gyp ERR! command \"/usr/local/bin/node\" \"/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/bin/node-gyp.js\" \"configure\" \"--fallback-to-build\" \"--module=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node\" \"--module_name=fse\" \"--module_path=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64\" \"--python=/usr/bin/python\" gyp ERR! cwd /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents gyp ERR! node -v v10.13.0 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 '/usr/local/bin/node /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node --module_name=fse --module_path=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64 --python=/usr/bin/python' (1) node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/Users/kunalpunjabi/Code/vuejs_examples/koel/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:962:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5) node-pre-gyp ERR! System Darwin 17.5.0 node-pre-gyp ERR! command \"/usr/local/bin/node\" \"/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents/node_modules/.bin/node-pre-gyp\" \"install\" \"--fallback-to-build\" node-pre-gyp ERR! cwd /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents node-pre-gyp ERR! node -v v10.13.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.38 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node --module_name=fse --module_path=/Users/kunalpunjabi/Code/vuejs_examples/koel/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64 --python=/usr/bin/python' (1)" info This module is OPTIONAL, you can safely ignore this error
kerem closed this issue 2026-02-26 02:33:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#615
No description provided.