Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Angular Fullstack v5.0.0-rc.4
  2. Out of the box I create an Angular app with an Express server.
  3.  
  4. # Client
  5.  
  6. ? What would you like to write scripts with? Babel
  7. ? Would you like to use Flow types with Babel? No
  8. ? What would you like to write markup with? HTML
  9. ? What would you like to write stylesheets with? CSS
  10. ? Would you like to include Bootstrap? No
  11.  
  12. # Server
  13.  
  14. ? What would you like to use for data modeling? (Press <space> to select, <a> to toggle all, <i> to invert selection)Mongoose (MongoDB)
  15. ? Would you scaffold out an authentication boilerplate? No
  16. ? Would you like to use WebSockets? No
  17.  
  18. # Project
  19.  
  20. ? What would you like to write tests with? Mocha + Chai + Sinon
  21. ? What would you like to write Chai assertions with? Expect
  22. Initializing yo-rc.json configuration.
  23.  
  24.    create package.json
  25.    create .babelrc
  26.    create .gitignore
  27.    create .buildignore
  28.    create .editorconfig
  29.    create .eslintignore
  30.    create .eslintrc
  31.    create .gitattributes
  32.    create .travis.yml
  33.    create client\.eslintrc
  34.    create client\app.template.html
  35.    create client\app\app.component.js
  36.    create client\app\app.css
  37.    create client\app\app.constants.js
  38.    create client\app\main\main.html
  39.    create client\app\app.js
  40.    create client\app\main\main.css
  41.    create client\app\app.module.js
  42.    create client\assets\images\yeoman.png
  43.    create client\app\main\main.component.js
  44.    create client\components\footer\footer.html
  45.    create client\app\main\main.component.spec.js
  46.    create client\components\footer\footer.css
  47.    create client\app\main\main.module.js
  48.    create client\components\navbar\navbar.html
  49.    create client\app\polyfills.js
  50.    create client\favicon.ico
  51.    create client\components\directives.module.js
  52.    create client\robots.txt
  53.    create client\components\footer\footer.component.js
  54.    create e2e\.eslintrc
  55.    create client\components\navbar\navbar.component.js
  56.    create e2e\components\navbar\navbar.po.js
  57.    create client\components\util.js
  58.    create e2e\main\main.po.js
  59.    create client\components\util.spec.js
  60.    create e2e\main\main.spec.js
  61.    create gulpfile.babel.js
  62.    create karma.conf.js
  63.    create mocha.conf.js
  64.    create mocha.global.js
  65.    create postcss.config.js
  66.    create protractor.conf.js
  67.    create README.md
  68.    create server\.eslintrc
  69.    create server\app.js
  70.    create server\views\404.html
  71.    create server\components\errors\index.js
  72.    create spec.js
  73.    create server\config\local.env.js
  74.    create webpack.build.js
  75.    create server\config\local.env.sample.js
  76.    create webpack.dev.js
  77.    create server\config\environment\development.js
  78.    create webpack.make.js
  79.    create server\config\environment\index.js
  80.    create webpack.server.js
  81.    create server\config\environment\production.js
  82.    create server\config\environment\shared.js
  83.    create server\config\environment\test.js
  84.    create server\config\express.js
  85.    create server\config\seed.js
  86.    create webpack.test.js
  87.    create server\index.js
  88.    create server\routes.js
  89.    create server\api\thing\thing.controller.js
  90.    create server\api\thing\thing.events.js
  91.    create server\api\thing\thing.integration.js
  92.    create server\api\thing\thing.model.js
  93.    create server\api\thing\index.js
  94.    create server\api\thing\index.spec.js
  95. yarn install v1.15.2
  96. info No lockfile found.
  97. [1/5] Validating package.json...
  98. [2/5] Resolving packages...
  99. warning babel-preset-es2015@6.24.1: ๐Ÿ™Œ  Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update!
  100. warning babel-preset-es2016@6.24.1: ๐Ÿ™Œ  Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update!
  101. warning babel-preset-es2017@6.24.1: ๐Ÿ™Œ  Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update!
  102. warning gulp > gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
  103. warning gulp > vinyl-fs > graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
  104. warning gulp > vinyl-fs > glob-stream > minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  105. warning gulp > vinyl-fs > glob-stream > glob > minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  106. warning gulp > vinyl-fs > graceful-fs > natives@1.1.6: This module relies on Node.js's internals and will break at some point. Do not use it, and update to graceful-fs@4.x.
  107. warning gulp > vinyl-fs > glob-watcher > gaze > globule > minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  108. warning gulp > vinyl-fs > glob-watcher > gaze > globule > glob > minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  109. warning gulp > vinyl-fs > glob-watcher > gaze > globule > glob > graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
  110. warning gulp-imagemin > imagemin-jpegtran > jpegtran-bin > bin-wrapper > download > gulp-decompress > gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
  111. warning gulp-istanbul > istanbul@0.4.5: This module is no longer maintained, try this instead:
  112.  npm i nyc
  113. Visit https://istanbul.js.org/integrations for other alternatives.
  114. warning gulp-istanbul > istanbul-threshold-checker > istanbul@0.4.5: This module is no longer maintained, try this instead:
  115.  npm i nyc
  116. Visit https://istanbul.js.org/integrations for other alternatives.
  117. warning gulp-istanbul-enforcer > istanbul@0.4.5: This module is no longer maintained, try this instead:
  118.  npm i nyc
  119. Visit https://istanbul.js.org/integrations for other alternatives.
  120. warning gulp-istanbul-enforcer > gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
  121. warning gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
  122. warning gulp-watch > gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
  123. warning isparta > istanbul@0.4.5: This module is no longer maintained, try this instead:
  124.  npm i nyc
  125. Visit https://istanbul.js.org/integrations for other alternatives.
  126. warning optimize-css-assets-webpack-plugin > cssnano > autoprefixer > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
  127. warning optimize-css-assets-webpack-plugin > cssnano > postcss-merge-rules > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
  128. warning optimize-css-assets-webpack-plugin > cssnano > postcss-merge-rules > caniuse-api > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
  129. warning optimize-css-assets-webpack-plugin > cssnano > postcss-merge-rules > postcss-selector-parser > flatten@1.0.2: I wrote this module a very long time ago; you should use something else.
  130. warning karma > log4js > circular-json@0.5.9: CircularJSON is in maintenance only, flatted is its successor.
  131. warning karma > log4js > nodemailer@2.7.2: All versions below 4.0.1 of Nodemailer are deprecated. See https://nodemailer.com/status/
  132. warning karma > log4js > nodemailer > mailcomposer@4.0.1: This project is unmaintained
  133. warning karma > log4js > nodemailer > socks@1.1.9: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0
  134. warning karma > log4js > loggly > request > node-uuid@1.4.8: Use uuid module instead
  135. warning karma > log4js > loggly > request > hawk@3.1.3: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
  136. warning karma > log4js > nodemailer > mailcomposer > buildmail@4.0.1: This project is unmaintained
  137. warning karma > log4js > loggly > request > hawk > boom@2.10.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
  138. warning karma > log4js > loggly > request > hawk > cryptiles@2.0.5: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
  139. warning karma > log4js > loggly > request > hawk > cryptiles > boom@2.10.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
  140. warning karma > log4js > loggly > request > hawk > sntp@1.0.9: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
  141. warning karma > log4js > loggly > request > hawk > hoek@2.16.3: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
  142. warning karma > log4js > loggly > request > hawk > boom > hoek@2.16.3: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
  143. warning karma > log4js > loggly > request > hawk > sntp > hoek@2.16.3: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
  144. warning karma > socket.io > engine.io > uws@9.14.0: New code is available at github.com/uNetworking/uWebSockets.js
  145. warning karma-coverage > istanbul@0.4.5: This module is no longer maintained, try this instead:
  146.  npm i nyc
  147. Visit https://istanbul.js.org/integrations for other alternatives.
  148. warning karma-chai-plugins > sinon > formatio@1.2.0: This package is unmaintained. Use @sinonjs/formatio instead
  149. warning karma-chai-plugins > sinon > samsam@1.3.0: This package has been deprecated in favour of @sinonjs/samsam
  150. warning karma-chai-plugins > sinon > formatio > samsam@1.3.0: This package has been deprecated in favour of @sinonjs/samsam
  151. warning karma-chai-plugins > sinon > text-encoding@0.6.4: no longer maintained
  152. warning supertest > superagent@3.8.3: Please note that v5.0.1+ of superagent removes User-Agent header by default, therefore you may need to add it yourself (e.g. GitHub blocks requests without a User-Agent header).  This notice will go away with v5.0.2+ once it is released.
  153. [3/5] Fetching packages...
  154. info fsevents@1.2.9: The platform "win32" is incompatible with this module.
  155. info "fsevents@1.2.9" is an optional dependency and failed compatibility check. Excluding it from installation.
  156. [4/5] Linking dependencies...
  157. [5/5] Building fresh packages...
  158. success Saved lockfile.
  159. $ gulp copy:fonts:dev
  160. [14:20:01] Failed to load external module @babel/register
  161. [14:20:01] Requiring external module babel-register
  162. [14:20:59] Using gulpfile ~\pokemon-manager\gulpfile.babel.js
  163. [14:20:59] Starting 'copy:fonts:dev'...
  164. [14:21:00] Finished 'copy:fonts:dev' after 845 ms
  165. Done in 1171.86s.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement