cabal-club / cabal-desktop

Desktop client for Cabal, the p2p/decentralized/local-first chat platform.
https://cabal.chat
GNU Affero General Public License v3.0
843 stars 77 forks source link

build error with node v17.7.2 #324

Closed hktalent closed 2 years ago

hktalent commented 2 years ago

build error with node v17.7.2

$ yarn install
yarn install v1.22.18
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
[3/4] 🔗  Linking dependencies...
warning "prettier-standard > prettierx > @typescript-eslint/typescript-estree > tsutils@3.19.1" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta".
[4/4] 🔨  Building fresh packages...
[9/10] ⠐ node-sass
[-/10] ⠐ waiting...
[10/10] ⠐ electron
[7/10] ⠐ fsevents
error cabal-desktop/node_modules/node-sass: Command failed.
Exit code: 1
Command: node scripts/build.js
Arguments: 
Directory: cabal-desktop/node_modules/node-sass
Output:
Building: /usr/local/Cellar/node/17.7.2/bin/node cabal-desktop/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 [
gyp verb cli   '/usr/local/Cellar/node/17.7.2/bin/node',
gyp verb cli   'cabal-desktop/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 verb cli ]
gyp info using node-gyp@3.8.0
gyp info using node@17.7.2 | 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 "python2" in the PATH
gyp verb `which` failed Error: not found: python2
gyp verb `which` failed     at getNotFoundError (cabal-desktop/node_modules/which/which.js:13:12)
gyp verb `which` failed     at F (cabal-desktop/node_modules/which/which.js:68:19)
gyp verb `which` failed     at E (cabal-desktop/node_modules/which/which.js:80:29)
gyp verb `which` failed     at cabal-desktop/node_modules/which/which.js:89:16
gyp verb `which` failed     at cabal-desktop/node_modules/isexe/index.js:42:5
gyp verb `which` failed     at cabal-desktop/node_modules/isexe/mode.js:8:5
gyp verb `which` failed     at FSReqCallback.oncomplete (node:fs:198:21)
gyp verb `which` failed  python2 Error: not found: python2
gyp verb `which` failed     at getNotFoundError (cabal-desktop/node_modules/which/which.js:13:12)
gyp verb `which` failed     at F (cabal-desktop/node_modules/which/which.js:68:19)
gyp verb `which` failed     at E (cabal-desktop/node_modules/which/which.js:80:29)
gyp verb `which` failed     at cabal-desktop/node_modules/which/which.js:89:16
gyp verb `which` failed     at cabal-desktop/node_modules/isexe/index.js:42:5
gyp verb `which` failed     at cabal-desktop/node_modules/isexe/mode.js:8:5
gyp verb `which` failed     at FSReqCallback.oncomplete (node:fs:198:21) {
gyp verb `which` failed   code: 'ENOENT'
gyp verb `which` failed }
gyp verb check python checking for Python executable "python" in the PATH
gyp verb `which` succeeded python /usr/local/opt/python@3.9/libexec/bin/python
gyp ERR! configure error 
gyp ERR! stack Error: Command failed: /usr/local/opt/python@3.9/libexec/bin/python -c import sys; print "%s.%s.%s" % sys.version_info[:3];
gyp ERR! stack   File "<string>", line 1
gyp ERR! stack     import sys; print "%s.%s.%s" % sys.version_info[:3];
gyp ERR! stack                       ^
gyp ERR! stack SyntaxError: invalid syntax
gyp ERR! stack 
gyp ERR! stack     at ChildProcess.exithandler (node:child_process:398:12)
gyp ERR! stack     at ChildProcess.emit (node:events:527:28)
gyp ERR! stack     at maybeClose (node:internal/child_process:1090:16)
gyp ERR! stack     at Socket.<anonymous> (node:internal/child_process:449:11)
gyp ERR! stack     at Socket.emit (node:events:527:28)
gyp ERR! stack     at Pipe.<anonymous> (node:net:709:12)
gyp ERR! System Darwin 21.4.0
gyp ERR! command "/usr/local/Cellar/node/17.7.2/bin/node" "cabal-desktop/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd cabal-desktop/node_modules/node-sass
gyp ERR! node -v v17.7.2

It seems that you need a lower version of node JS and python2?