Advertisement
Guest User

Untitled

a guest
Aug 21st, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.78 KB | None | 0 0
  1. $ npm install
  2. npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
  3. npm WARN deprecated babel-preset-es2015@6.24.1: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
  4. npm WARN deprecated gulp-util@3.0.2: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
  5. npm WARN deprecated browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
  6. npm WARN deprecated graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
  7. npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  8. npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  9. npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
  10. npm WARN deprecated clone@1.0.2: XSS vulnerability fixed in v1.0.3
  11. npm WARN notice [SECURITY] tunnel-agent has the following vulnerability: 1 moderate. Go here for more details: https://nodesecurity.io/advisories?search=tunnel-agent&version=0.4.3 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
  12. npm WARN notice [SECURITY] minimatch has the following vulnerability: 1 high. Go here for more details: https://nodesecurity.io/advisories?search=minimatch&version=0.2.14 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
  13. npm WARN notice [SECURITY] debug has the following vulnerability: 1 low. Go here for more details: https://nodesecurity.io/advisories?search=debug&version=2.6.8 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
  14. npm WARN notice [SECURITY] lodash has the following vulnerability: 1 low. Go here for more details: https://nodesecurity.io/advisories?search=lodash&version=1.0.2 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
  15. npm WARN notice [SECURITY] minimatch has the following vulnerability: 1 high. Go here for more details: https://nodesecurity.io/advisories?search=minimatch&version=2.0.10 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
  16. npm WARN notice [SECURITY] lodash has the following vulnerability: 1 low. Go here for more details: https://nodesecurity.io/advisories?search=lodash&version=3.10.1 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
  17.  
  18. > node-sass@4.9.3 install C:\Users\daik\repo\shopify-store\node_modules\node-sass
  19. > node scripts/install.js
  20.  
  21. Downloading binary from https://github.com/sass/node-sass/releases/download/v4.9.3/win32-x64-59_binding.node
  22. Download complete
  23. Binary saved to C:\Users\daik\repo\shopify-store\node_modules\node-sass\vendor\win32-x64-59\binding.node
  24. Caching binary to C:\Users\daik\AppData\Roaming\npm-cache\node-sass\4.9.3\win32-x64-59_binding.node
  25.  
  26. > husky@0.14.3 install C:\Users\daik\repo\shopify-store\node_modules\husky
  27. > node ./bin/install.js
  28.  
  29. husky
  30. setting up Git hooks
  31. done
  32.  
  33.  
  34. > uglifyjs-webpack-plugin@0.4.6 postinstall C:\Users\daik\repo\shopify-store\node_modules\uglifyjs-webpack-plugin
  35. > node lib/post_install.js
  36.  
  37.  
  38. > node-sass@4.9.3 postinstall C:\Users\daik\repo\shopify-store\node_modules\node-sass
  39. > node scripts/build.js
  40.  
  41. Binary found at C:\Users\daik\repo\shopify-store\node_modules\node-sass\vendor\win32-x64-59\binding.node
  42. Testing binary
  43. Binary is fine
  44.  
  45. > gifsicle@3.0.4 postinstall C:\Users\daik\repo\shopify-store\node_modules\gifsicle
  46. > node lib/install.js
  47.  
  48. √ gifsicle pre-build test passed successfully
  49.  
  50. > jpegtran-bin@3.2.0 postinstall C:\Users\daik\repo\shopify-store\node_modules\jpegtran-bin
  51. > node lib/install.js
  52.  
  53. √ jpegtran pre-build test passed successfully
  54.  
  55. > optipng-bin@3.1.4 postinstall C:\Users\daik\repo\shopify-store\node_modules\optipng-bin
  56. > node lib/install.js
  57.  
  58. √ optipng pre-build test passed successfully
  59. npm notice created a lockfile as package-lock.json. You should commit this file.
  60. npm WARN ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself.
  61. npm WARN eslint-plugin-react@6.10.3 requires a peer of eslint@^2.0.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself.
  62. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules\fsevents):
  63. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
  64.  
  65. added 1731 packages in 542.167s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement