Document which version of NodeJS works

Created on 21 April 2024, 9 months ago
Updated 26 April 2024, 9 months ago

Problem/Motivation

[1.0.x]$ npm install
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.
npm ERR! code 1
npm ERR! path /example/web/themes/contrib/peceful/node_modules/node-sass
npm ERR! command failed
npm ERR! command sh -c node scripts/build.js
npm ERR! Building: /home/mlncn/.nvm/versions/node/v18.13.0/bin/node /example/web/themes/contrib/peceful/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp verb cli [
npm ERR! gyp verb cli   '/home/mlncn/.nvm/versions/node/v18.13.0/bin/node',
npm ERR! gyp verb cli   '/example/web/themes/contrib/peceful/node_modules/node-gyp/bin/node-gyp.js',
npm ERR! gyp verb cli   'rebuild',
npm ERR! gyp verb cli   '--verbose',
npm ERR! gyp verb cli   '--libsass_ext=',
npm ERR! gyp verb cli   '--libsass_cflags=',
npm ERR! gyp verb cli   '--libsass_ldflags=',
npm ERR! gyp verb cli   '--libsass_library='
npm ERR! gyp verb cli ]
npm ERR! gyp info using node-gyp@3.8.0
npm ERR! gyp info using node@18.13.0 | linux | x64
npm ERR! gyp verb command rebuild []
npm ERR! gyp verb command clean []
npm ERR! gyp verb clean removing "build" directory
npm ERR! gyp verb command configure []
npm ERR! gyp verb check python checking for Python executable "python2" in the PATH
npm ERR! gyp verb `which` failed Error: not found: python2
npm ERR! gyp verb `which` failed     at getNotFoundError (/example/web/themes/contrib/peceful/node_modules/which/which.js:13:12)
npm ERR! gyp verb `which` failed     at F (/example/web/themes/contrib/peceful/node_modules/which/which.js:68:19)
npm ERR! gyp verb `which` failed     at E (/example/web/themes/contrib/peceful/node_modules/which/which.js:80:29)
npm ERR! gyp verb `which` failed     at /example/web/themes/contrib/peceful/node_modules/which/which.js:89:16
npm ERR! gyp verb `which` failed     at /example/web/themes/contrib/peceful/node_modules/isexe/index.js:42:5
npm ERR! gyp verb `which` failed     at /example/web/themes/contrib/peceful/node_modules/isexe/mode.js:8:5
npm ERR! gyp verb `which` failed     at FSReqCallback.oncomplete (node:fs:207:21)
npm ERR! gyp verb `which` failed  python2 Error: not found: python2
npm ERR! gyp verb `which` failed     at getNotFoundError (/example/web/themes/contrib/peceful/node_modules/which/which.js:13:12)
npm ERR! gyp verb `which` failed     at F (/example/web/themes/contrib/peceful/node_modules/which/which.js:68:19)
npm ERR! gyp verb `which` failed     at E (/example/web/themes/contrib/peceful/node_modules/which/which.js:80:29)
npm ERR! gyp verb `which` failed     at /example/web/themes/contrib/peceful/node_modules/which/which.js:89:16
npm ERR! gyp verb `which` failed     at /example/web/themes/contrib/peceful/node_modules/isexe/index.js:42:5
npm ERR! gyp verb `which` failed     at /example/web/themes/contrib/peceful/node_modules/isexe/mode.js:8:5
npm ERR! gyp verb `which` failed     at FSReqCallback.oncomplete (node:fs:207:21) {
npm ERR! gyp verb `which` failed   code: 'ENOENT'
npm ERR! gyp verb `which` failed }
npm ERR! gyp verb check python checking for Python executable "python" in the PATH
npm ERR! gyp verb `which` succeeded python /usr/bin/python
npm ERR! gyp ERR! configure error 
npm ERR! gyp ERR! stack Error: Command failed: /usr/bin/python -c import sys; print "%s.%s.%s" % sys.version_info[:3];
npm ERR! gyp ERR! stack   File "<string>", line 1
npm ERR! gyp ERR! stack     import sys; print "%s.%s.%s" % sys.version_info[:3];
npm ERR! gyp ERR! stack                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
npm ERR! gyp ERR! stack SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
npm ERR! gyp ERR! stack 
npm ERR! gyp ERR! stack     at ChildProcess.exithandler (node:child_process:419:12)
npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:513:28)
npm ERR! gyp ERR! stack     at maybeClose (node:internal/child_process:1091:16)
npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:302:5)
npm ERR! gyp ERR! System Linux 6.6.15-amd64
npm ERR! gyp ERR! command "/home/mlncn/.nvm/versions/node/v18.13.0/bin/node" "/example/web/themes/contrib/peceful/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
npm ERR! gyp ERR! cwd /example/web/themes/contrib/peceful/node_modules/node-sass
npm ERR! gyp ERR! node -v v18.13.0
npm ERR! gyp ERR! node-gyp -v v3.8.0
npm ERR! gyp ERR! not ok 
npm ERR! Build failed with error code: 1

npm ERR! A complete log of this run can be found in: /home/mlncn/.npm/_logs/2024-04-20T22_26_42_332Z-debug-0.log

Steps to reproduce

Run npm install when you have node 18.

Proposed resolution

Document which version of node works, probably include an nvm version file.

Remaining tasks

Test/document.

πŸ’¬ Support request
Status

Active

Version

9.0

Component

Documentation

Created by

πŸ‡ΊπŸ‡ΈUnited States mlncn Minneapolis, MN, USA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024