Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.92 KB | None | 0 0
  1. 1/4] Resolving packages...
  2. [2/4] Fetching packages...
  3. info There appears to be trouble with your network connection. Retrying...
  4. info fsevents@1.2.4: The platform "linux" is incompatible with this module.
  5. info "fsevents@1.2.4" is an optional dependency and failed compatibility check. Excluding it from installation.
  6. [3/4] Linking dependencies...
  7. warning "@rails/webpacker > postcss-cssnext@3.1.0" has unmet peer dependency "caniuse-lite@^1.0.30000697".
  8. warning " > webpack-dev-server@2.11.2" has unmet peer dependency "webpack@^2.2.0 || ^3.0.0".
  9. warning "webpack-dev-server > webpack-dev-middleware@1.12.2" has unmet peer dependency "webpack@^1.0.0 || ^2.0.0 || ^3.0.0".
  10. [4/4] Building fresh packages...
  11.  
  12. error /app/node_modules/node-sass: Command failed.
  13. web_1  | Exit code: 1
  14. web_1  | Command: node scripts/build.js
  15. web_1  | Arguments:
  16. web_1  | Directory: /app/node_modules/node-sass
  17. web_1  | Output:
  18. web_1  | Building: /usr/bin/node /app/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
  19. web_1  | gyp info it worked if it ends with ok
  20. web_1  | gyp verb cli [ '/usr/bin/node',
  21. web_1  | gyp verb cli   '/app/node_modules/node-gyp/bin/node-gyp.js',
  22. web_1  | gyp verb cli   'rebuild',
  23. web_1  | gyp verb cli   '--verbose',
  24. web_1  | gyp verb cli   '--libsass_ext=',
  25. web_1  | gyp verb cli   '--libsass_cflags=',
  26. web_1  | gyp verb cli   '--libsass_ldflags=',
  27. web_1  | gyp verb cli   '--libsass_library=' ]
  28. web_1  | gyp info using node-gyp@3.8.0
  29. web_1  | gyp info using node@6.17.1 | linux | x64
  30. web_1  | gyp verb command rebuild []
  31. web_1  | gyp verb command clean []
  32. web_1  | gyp verb clean removing "build" directory
  33. web_1  | gyp verb command configure []
  34. web_1  | gyp verb check python checking for Python executable "python2" in the PATH
  35. web_1  | gyp verb `which` succeeded python2 /usr/bin/python2
  36. web_1  | gyp verb check python version `/usr/bin/python2 -c "import sys; print "2.7.13
  37. web_1  | gyp verb check python version .%s.%s" % sys.version_info[:3];"` returned: %j
  38. web_1  | gyp verb get node dir no --target version specified, falling back to host node version: 6.17.1
  39. web_1  | gyp verb command install [ '6.17.1' ]
  40. web_1  | gyp verb install input version string "6.17.1"
  41. web_1  | gyp verb install installing version: 6.17.1
  42. web_1  | gyp verb install --ensure was passed, so won't reinstall if already installed
  43. web_1  | gyp verb install version not already installed, continuing with install 6.17.1
  44. web_1  | gyp verb ensuring nodedir is created /root/.node-gyp/6.17.1
  45. web_1  | gyp verb created nodedir /root/.node-gyp
  46. web_1  | gyp http GET https://nodejs.org/download/release/v6.17.1/node-v6.17.1-headers.tar.gz
  47. web_1  | gyp WARN install got an error, rolling back install
  48. web_1  | gyp verb command remove [ '6.17.1' ]
  49. web_1  | gyp verb remove using node-gyp dir: /root/.node-gyp
  50. web_1  | gyp verb remove removing target version: 6.17.1
  51. web_1  | gyp verb remove removing development files for version: 6.17.1
  52. web_1  | gyp ERR! configure error
  53. web_1  | gyp ERR! stack Error: getaddrinfo EAI_AGAIN nodejs.org:443
  54. web_1  | gyp ERR! stack     at Object.exports._errnoException (util.js:1020:11)
  55. web_1  | gyp ERR! stack     at errnoException (dns.js:33:15)
  56. web_1  | gyp ERR! stack     at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:76:26)
  57. web_1  | gyp ERR! System Linux 5.1.12-300.fc30.x86_64
  58. web_1  | gyp ERR! command "/usr/bin/node" "/app/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
  59. web_1  | gyp ERR! cwd /app/node_modules/node-sass
  60. web_1  | gyp ERR! node -v v6.17.1
  61. web_1  | gyp ERR! node-gyp -v v3.8.0
  62. web_1  | gyp ERR! not ok
  63. web_1  | Build failed with error code: 1
  64.  
  65. Server...
  66. web_1  | rails s
  67. web_1  | bundler: command not found: rails
  68. web_1  | Install missing gem executables with `bundle install`
  69. intel-points-calculator_web_1 exited with code 127
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement