MSU-NatSci / DomainAccessibilityAudit

Web application to create domain and subdomain accessibility audits, with violation statistics.
GNU General Public License v3.0
48 stars 19 forks source link

Install error #41

Open mgifford opened 1 year ago

mgifford commented 1 year ago

I tried to run the latest from github & got this error:

38.42 gyp verb build type Release 38.42 gyp verb architecture arm64 38.42 gyp verb node dev dir /home/node/.cache/node-gyp/12.22.12 38.42 gyp ERR! build error 38.42 gyp ERR! stack Error: not found: make 38.42 gyp ERR! stack at getNotFoundError (/app/client/node_modules/node-gyp/node_modules/which/which.js:10:17) 38.42 gyp ERR! stack at /app/client/node_modules/node-gyp/node_modules/which/which.js:57:18 38.42 gyp ERR! stack at new Promise () 38.42 gyp ERR! stack at step (/app/client/node_modules/node-gyp/node_modules/which/which.js:54:21) 38.42 gyp ERR! stack at /app/client/node_modules/node-gyp/node_modules/which/which.js:71:22 38.42 gyp ERR! stack at new Promise () 38.42 gyp ERR! stack at subStep (/app/client/node_modules/node-gyp/node_modules/which/which.js:69:33) 38.42 gyp ERR! stack at /app/client/node_modules/node-gyp/node_modules/which/which.js:80:22 38.42 gyp ERR! stack at /app/client/node_modules/isexe/index.js:42:5 38.42 gyp ERR! stack at /app/client/node_modules/isexe/mode.js:8:5 38.42 gyp ERR! System Linux 5.15.49-linuxkit-pr 38.42 gyp ERR! command "/usr/bin/node" "/app/client/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library=" 38.42 gyp ERR! cwd /app/client/node_modules/node-sass 38.42 gyp ERR! node -v v12.22.12 38.42 gyp ERR! node-gyp -v v7.1.2 38.42 gyp ERR! not ok 38.43 Build failed with error code: 1 38.94 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/webpack-dev-server/node_modules/fsevents): 38.94 npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm64"}) 38.94 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/watchpack-chokidar2/node_modules/fsevents): 38.94 npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm64"}) 38.95 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents): 38.95 npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm64"}) 38.95 38.96 npm ERR! code ELIFECYCLE 38.96 npm ERR! errno 1 38.96 npm ERR! node-sass@5.0.0 postinstall: node scripts/build.js 38.96 npm ERR! Exit status 1 38.96 npm ERR! 38.96 npm ERR! Failed at the node-sass@5.0.0 postinstall script. 38.96 npm ERR! This is probably not a problem with npm. There is likely additional logging output above. 38.97 38.97 npm ERR! A complete log of this run can be found in: 38.97 npm ERR! /home/node/.npm/_logs/2023-09-14T14_24_10_724Z-debug.log 39.01 npm ERR! code ELIFECYCLE 39.01 npm ERR! errno 1 39.01 npm ERR! domain-accessibility-audit@0.2.0 postinstall: cd backend && npm install && cd ../client && npm install 39.01 npm ERR! Exit status 1 39.01 npm ERR! 39.01 npm ERR! Failed at the domain-accessibility-audit@0.2.0 postinstall script. 39.01 npm ERR! This is probably not a problem with npm. There is likely additional logging output above. 39.01 39.01 npm ERR! A complete log of this run can be found in: 39.01 npm ERR! /home/node/.npm/_logs/2023-09-14T14_24_10_766Z-debug.log