Advertisement
Guest User

npm install & gulp copy-assets

a guest
Oct 17th, 2017
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 39.97 KB | None | 0 0
  1. [marcos@web526 understrap]$ npm install
  2. npm WARN deprecated express@2.5.11: express 2.x series is deprecated
  3. npm WARN deprecated connect@1.9.2: connect 1.x series is deprecated
  4. npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  5. npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  6. npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
  7. npm WARN prefer global node-gyp@3.6.2 should be installed with -g
  8.  
  9. > node-sass@4.5.3 install /home/rafen/webapps/odogramlanding/web/app/themes/understrap/node_modules/node-sass
  10. > node scripts/install.js
  11.  
  12. Downloading binary from https://github.com/sass/node-sass/releases/download/v4.5.3/linux-x64-48_binding.node
  13. Download complete..] - :
  14. Binary saved to /home/rafen/webapps/odogramlanding/web/app/themes/understrap/node_modules/node-sass/vendor/linux-x64-48/binding.node
  15. Caching binary to /home/marcos/.npm/node-sass/4.5.3/linux-x64-48_binding.node
  16.  
  17. > node-sass@4.5.3 postinstall /home/rafen/webapps/odogramlanding/web/app/themes/understrap/node_modules/node-sass
  18. > node scripts/build.js
  19.  
  20. Binary found at /home/rafen/webapps/odogramlanding/web/app/themes/understrap/node_modules/node-sass/vendor/linux-x64-48/binding.node
  21. Testing binary
  22. Binary is fine
  23.  
  24. > gifsicle@3.0.4 postinstall /home/rafen/webapps/odogramlanding/web/app/themes/understrap/node_modules/gifsicle
  25. > node lib/install.js
  26.  
  27.   ✔ gifsicle pre-build test passed successfully
  28.  
  29. > jpegtran-bin@3.2.0 postinstall /home/rafen/webapps/odogramlanding/web/app/themes/understrap/node_modules/jpegtran-bin
  30. > node lib/install.js
  31.  
  32.   ✔ jpegtran pre-build test passed successfully
  33.  
  34. > optipng-bin@3.1.4 postinstall /home/rafen/webapps/odogramlanding/web/app/themes/understrap/node_modules/optipng-bin
  35. > node lib/install.js
  36.  
  37.   ✔ optipng pre-build test passed successfully
  38.  
  39. > understrap@0.6.5 postinstall /home/rafen/webapps/odogramlanding/web/app/themes/understrap
  40. > gulp copy-assets
  41.  
  42. [03:41:45] Using gulpfile /home/rafen/webapps/odogramlanding/web/app/themes/understrap/gulpfile.js
  43. [03:41:45] Starting 'clean-source'...
  44. [03:41:45] Finished 'clean-source' after 58 ms
  45. [03:41:45] Starting 'copy-assets'...
  46. [03:41:46] Finished 'copy-assets'"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  47. [marcos@web526 understrap]$ gulp copy-assets
  48. -bash: gulp: command not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement