Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. /obj.target/libsass/src/libsass/src/to_value.o Release/obj.target/libsass/src/libsass/src/units.o Release/obj.target/libsass/src/libsass/src/utf8_string.o Release/obj.target/libsass/src/libsass/src/util.o Release/obj.target/libsass/src/libsass/src/values.o
  2. rm -rf "Release/sass.a" && cp -af "Release/obj.target/src/sass.a" "Release/sass.a"
  3. cp: preserving times for 'Release/sass.a': Operation not permitted
  4. src/libsass.target.mk:193: recipe for target 'Release/sass.a' failed
  5. make: *** [Release/sass.a] Error 1
  6. make: Leaving directory '/mnt/apmount/www/consuweb/node_modules/node-sass/build'
  7. gyp ERR! build error
  8. gyp ERR! stack Error: `make` failed with exit code: 2
  9. gyp ERR! stack at ChildProcess.onExit (/mnt/apmount/www/consuweb/node_modules/node-gyp/lib/build.js:285:23)
  10. gyp ERR! stack at emitTwo (events.js:106:13)
  11. gyp ERR! stack at ChildProcess.emit (events.js:191:7)
  12. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
  13. gyp ERR! System Linux 4.8.0-41-generic
  14. gyp ERR! command "/usr/bin/nodejs" "/mnt/apmount/www/consuweb/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
  15. gyp ERR! cwd /mnt/apmount/www/consuweb/node_modules/node-sass
  16. gyp ERR! node -v v6.10.1
  17. gyp ERR! node-gyp -v v3.6.0
  18. gyp ERR! not ok
  19. Build failed with error code: 1
  20. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
  21. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  22. npm ERR! code ELIFECYCLE
  23. npm ERR! errno 1
  24. npm ERR! node-sass@4.5.1 postinstall: `node scripts/build.js`
  25. npm ERR! Exit status 1
  26. npm ERR!
  27. npm ERR! Failed at the node-sass@4.5.1 postinstall script 'node scripts/build.js'.
  28. npm ERR! Make sure you have the latest version of node.js and npm installed.
  29. npm ERR! If you do, this is most likely a problem with the node-sass package,
  30. npm ERR! not with npm itself.
  31. npm ERR! Tell the author that this fails on your system:
  32. npm ERR! node scripts/build.js
  33. npm ERR! You can get information on how to open an issue for this project with:
  34. npm ERR! npm bugs node-sass
  35. npm ERR! Or if that isn't available, you can get their info via:
  36. npm ERR! npm owner ls node-sass
  37. npm ERR! There is likely additional logging output above.
  38.  
  39. npm ERR! A complete log of this run can be found in:
  40. npm ERR! /home/fred/.npm/_logs/2017-03-24T15_51_48_377Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement