Advertisement
Guest User

Untitled

a guest
Jun 10th, 2018
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. web-jade@webjade-Aspire-TC-120:~/Documents/bemes$ yo bem-stub
  2. ? Enter your project name: bem-test
  3. ? Enter a name of the project owner: Nikita
  4. ? Enter an email of the project owner: web-kostrov@yandex.ru
  5. ? Choose a toolkit to build the project: ENB
  6. ? Specify additional libraries if needed:
  7. ? Choose redefinition levels to use: desktop
  8. ? Choose CSS preprocessor: Only pure CSS
  9. ? Do you want to use 'Autoprefixer'? No
  10. ? Choose technologies to be used in the project: BEMJSON, BEMTREE, browser.js
  11. ? Choose a template engine: BEMHTML
  12. ? Do you want to build static HTML? Yes
  13. ? Do you want to build 'tidy' HTML? No
  14. ? Choose types of files to be minimized: css, js
  15. create bem-test/.bowerrc
  16. create bem-test/.enb/make.js
  17. create bem-test/bower.json
  18. create bem-test/desktop.bundles/index/index.bemjson.js
  19. create bem-test/.gitignore
  20. create bem-test/package.json
  21. create bem-test/README.md
  22.  
  23. I'm all done. Running npm install for you to install the required dependencies. If this fails, try running the command yourself.
  24.  
  25. npm WARN deprecated enb-diverse-js@0.1.0: Use `enb-js` instead.
  26. npm WARN deprecated bem-xjst@1.2.1: v1.x is deprecated. Use v4.x or newer. See https://github.com/bem/bem-xjst/wiki/Migration-guides
  27. npm WARN deprecated coa@1.0.3: Please upgrade to 1.0.4 for node 0.10, 0.12, or to 2.0+ for node 4+
  28. npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  29. npm WARN deprecated node-uuid@1.4.0: Use uuid module instead
  30. npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  31.  
  32. > bem-test@0.0.0 postinstall /home/web-jade/Documents/bemes/bem-test
  33. > npm run deps
  34.  
  35.  
  36. > bem-test@0.0.0 deps /home/web-jade/Documents/bemes/bem-test
  37. > bower install
  38.  
  39. bower bem-core#v2.8.0 cached https://github.com/bem/bem-core.git#2.8.0
  40. bower bem-core#v2.8.0 validate 2.8.0 against https://github.com/bem/bem-core.git#v2.8.0
  41. bower bem-core#v2.8.0 install bem-core#2.8.0
  42.  
  43. bem-core#2.8.0 libs/bem-core
  44. npm notice created a lockfile as package-lock.json. You should commit this file.
  45. npm WARN borschik-tech-cleancss@2.1.0 requires a peer of borschik@>=1.0.5 but none is installed. You must install peer dependencies yourself.
  46. npm WARN enb-modules@0.2.0 requires a peer of ym@~0.1.0 but none is installed. You must install peer dependencies yourself.
  47. npm WARN vow-node@0.3.0 requires a peer of vow@0.4.x but none is installed. You must install peer dependencies yourself.
  48.  
  49. added 295 packages from 273 contributors and audited 1111 packages in 19.615s
  50. found 41 vulnerabilities (25 low, 11 moderate, 4 high, 1 critical)
  51. run `npm audit fix` to fix them, or `npm audit` for details
  52. ✔ Done!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement