artsy-entrepreneurs / early-screens-personal-network-discipline

0 stars 0 forks source link

As current tech lead — setup desired LTS versions of angular, angular material, their CLI's, node js, etc — so that development of early user interface can start immediately and continue on the same stable version for all of year 2021 #4

Open sumeetpareek opened 3 years ago

sumeetpareek commented 3 years ago

As current tech lead — setup desired LTS versions of angular, angular material, their CLI's, node js, etc — so that development of early user interface can start immediately and continue on the same stable version for all of year 2021

sumeetpareek commented 3 years ago

For our desired tech stack, as of November end 2019, the LTS versions are:

Angular: v 11.0.0
Node Js: v 14.15.1 (includes npm 6.14.8)
Anuglar/material: 11.0.1 

Related links: https://blog.angular.io/version-11-of-angular-now-available-74721b7952f7 https://nodejs.org/en/download/ https://github.com/angular/components/releases

Versions on Sumeet's machine before setting up above latest LTS were:

node -v                                             
v10.20.1

=================================

npm version                                          
{ npm: '6.14.4',
  ares: '1.15.0',
  brotli: '1.0.7',
  cldr: '35.1',
  http_parser: '2.9.3',
  icu: '64.2',
  modules: '64',
  napi: '6',
  nghttp2: '1.39.2',
  node: '10.20.1',
  openssl: '1.1.1e',
  tz: '2019c',
  unicode: '12.1',
  uv: '1.34.2',
  v8: '6.8.275.32-node.56',
  zlib: '1.2.11' }

=================================

ng version                                                                                                                          
Your global Angular CLI version (1.7.4) is greater than your local
version (1.6.7). The local Angular CLI version is used.

To disable this warning use "ng set --global warnings.versionMismatch=false".

    _                      _                 ____ _     ___
   / \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|
  / △ \ | '_ \ / _` | | | | |/ _` | '__|   | |   | |    | |
 / ___ \| | | | (_| | |_| | | (_| | |      | |___| |___ | |
/_/   \_\_| |_|\__, |\__,_|_|\__,_|_|       \____|_____|___|
               |___/

Angular CLI: 1.6.7
Node: 10.20.1
OS: darwin x64
Angular: 5.2.3
... common, compiler, compiler-cli, core, forms, http
... language-service, platform-browser, platform-browser-dynamic
... router

@angular/animations: 5.2.11
@angular/cdk: 5.2.5
@angular/cli: 1.6.7
@angular/material: 5.2.5
@angular-devkit/build-optimizer: 0.0.42
@angular-devkit/core: 0.0.29
@angular-devkit/schematics: 0.0.52
@ngtools/json-schema: 1.1.0
@ngtools/webpack: 1.9.7
@schematics/angular: 0.1.17
typescript: 2.4.2
webpack: 3.10.0
sumeetpareek commented 3 years ago

downloaded node js 14.5.1 active LTS from the website and successfully ran the installer.

This package has installed: • Node.js v14.15.1 to /usr/local/bin/node • npm v6.14.8 to /usr/local/bin/npm Make sure that /usr/local/bin is in your $PATH.

installed angular

npm install -g @angular/cli

/usr/local/bin/ng -> /usr/local/lib/node_modules/@angular/cli/bin/ng

> @angular/cli@11.0.2 postinstall /usr/local/lib/node_modules/@angular/cli
> node ./bin/postinstall/script.js

Would you like to share anonymous usage data with the Angular Team at Google under
Google’s Privacy Policy at https://policies.google.com/privacy? For more details and
how to change this setting, see http://angular.io/analytics. Yes

Thank you for sharing anonymous usage data. If you change your mind, the following
command will disable this feature entirely:

    ng analytics off

+ @angular/cli@11.0.2
added 90 packages from 56 contributors, removed 918 packages, updated 58 packages and moved 14 packages in 78.042s