Advertisement
Guest User

Untitled

a guest
Jan 21st, 2021
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. DEBU[2021-01-21T22:47:58+01:00] [3/4] Linking dependencies...
  2.  
  3. DEBU[2021-01-21T22:48:02+01:00] [4/4] Building fresh packages...
  4.  
  5. DEBU[2021-01-21T22:48:03+01:00] error /home/tim/misc/go/foobar/node_modules/node-sass: Command failed.
  6. Exit code: 1
  7. Command: node scripts/build.js
  8. Arguments:
  9. Directory: /home/tim/misc/go/foobar/node_modules/node-sass
  10. Output:
  11. Building: /usr/bin/node /home/tim/misc/go/foobar/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
  12. gyp info it worked if it ends with ok
  13. gyp verb cli [
  14. gyp verb cli '/usr/bin/node',
  15. gyp verb cli '/home/tim/misc/go/foobar/node_modules/node-gyp/bin/node-gyp.js',
  16. gyp verb cli 'rebuild',
  17. gyp verb cli '--verbose',
  18. gyp verb cli '--libsass_ext=',
  19. gyp verb cli '--libsass_cflags=',
  20. gyp verb cli '--libsass_ldflags=',
  21. gyp verb cli '--libsass_library='
  22. gyp verb cli ]
  23. gyp info using node-gyp@3.8.0
  24. gyp info using node@15.6.0 | linux | x64
  25. gyp verb command rebuild []
  26. gyp verb command clean []
  27. gyp verb clean removing "build" directory
  28. gyp verb command configure []
  29. gyp verb check python checking for Python executable "python2" in the PATH
  30. gyp verb `which` failed Error: not found: python2
  31. gyp verb `which` failed at getNotFoundError (/home/tim/misc/go/foobar/node_modules/which/which.js:13:12)
  32. gyp verb `which` failed at F (/home/tim/misc/go/foobar/node_modules/which/which.js:68:19)
  33. gyp verb `which` failed at E (/home/tim/misc/go/foobar/node_modules/which/which.js:80:29)
  34. gyp verb `which` failed at /home/tim/misc/go/foobar/node_modules/which/which.js:89:16
  35. gyp verb `which` failed at /home/tim/misc/go/foobar/node_modules/isexe/index.js:42:5
  36. gyp verb `which` failed at /home/tim/misc/go/foobar/node_modules/isexe/mode.js:8:5
  37. gyp verb `which` failed at FSReqCallback.oncomplete (node:fs:194:21)
  38. gyp verb `which` failed python2 Error: not found: python2
  39. gyp verb `which` failed at getNotFoundError (/home/tim/misc/go/foobar/node_modules/which/which.js:13:12)
  40. gyp verb `which` failed at F (/home/tim/misc/go/foobar/node_modules/which/which.js:68:19)
  41. gyp verb `which` failed at E (/home/tim/misc/go/foobar/node_modules/which/which.js:80:29)
  42. gyp verb `which` failed at /home/tim/misc/go/foobar/node_modules/which/which.js:89:16
  43. gyp verb `which` failed at /home/tim/misc/go/foobar/node_modules/isexe/index.js:42:5
  44. gyp verb `which` failed at /home/tim/misc/go/foobar/node_modules/isexe/mode.js:8:5
  45. gyp verb `which` failed at FSReqCallback.oncomplete (node:fs:194:21) {
  46. gyp verb `which` failed code: 'ENOENT'
  47. gyp verb `which` failed }
  48. gyp verb check python checking for Python executable "python" in the PATH
  49. gyp verb `which` succeeded python /usr/bin/python
  50. gyp ERR! configure error
  51. gyp ERR! stack Error: Command failed: /usr/bin/python -c import sys; print "%s.%s.%s" % sys.version_info[:3];
  52. gyp ERR! stack File "<string>", line 1
  53. gyp ERR! stack import sys; print "%s.%s.%s" % sys.version_info[:3];
  54. gyp ERR! stack ^
  55. gyp ERR! stack SyntaxError: invalid syntax
  56. gyp ERR! stack
  57. gyp ERR! stack at ChildProcess.exithandler (node:child_process:333:12)
  58. gyp ERR! stack at ChildProcess.emit (node:events:379:20)
  59. gyp ERR! stack at maybeClose (node:internal/child_process:1065:16)
  60. gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:296:5)
  61. gyp ERR! System Linux 5.10.7-arch1-1
  62. gyp ERR! command "/usr/bin/node" "/home/tim/misc/go/foobar/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
  63. gyp ERR! cwd /home/tim/misc/go/foobar/node_modules/node-sass
  64. gyp ERR! node -v v15.6.0
  65. gyp ERR! node-gyp -v v3.8.0
  66. gyp ERR! not ok
  67. Build failed with error code:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement