hello angular5

www.udemy.com

Node.jsインストーラ https://nodejs.org/ja/

Visual Studio Code https://code.visualstudio.com/Download

▼必要な資材をダウンロード

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

PS C:\Users\Owner\Desktop\quickstart> npm install
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issuenpm WARN deprecated uws@9.14.0: stop using this version
npm WARN notice [SECURITY] debug has the following vulnerability: 1 low. Go here for more details: https://nodesecurity.io/advisories?search=debug&version=2.2.0 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.npm WARN notice [SECURITY] ws has the following vulnerability: 1 high. Go here for more details: https://nodesecurity.io/advisories?search=ws&version=1.1.2 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.npm WARN notice [SECURITY] debug has the following vulnerability: 1 low. Go here for more details: https://nodesecurity.io/advisornpm WARN notice [SECURITY] debug has the following vulnerability: 1 low. Go here for more details: https://nodesecurity.io/advisories?search=debug&version=2.3.3 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.npm WARN notice [SECURITY] debug has the following vulnerability: 1 low. Go here for more details: https://nodesecurity.io/advisories?search=debug&version=2.3.3 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
npm WARN notice [SECURITY] minimatch has the following vulnerability: 1 high. Go here for more details: https://nodesecurity.io/advisories?search=minimatch&version=0.3.0 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
npm WARN notice [SECURITY] parsejson has the following vulnerability: 1 high. Go here for more details: https://nodesecurity.io/advisories?search=parsejson&version=0.0.3 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
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.
npm WARN notice [SECURITY] https-proxy-agent has the following vulnerability: 1 high. Go here for more details: https://nodesecurity.io/advisories?search=https-proxy-agent&version=1.0.0 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
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.

> uws@9.14.0 install C:\Users\Owner\Desktop\quickstart\node_modules\uws
> node-gyp rebuild > build_log.txt 2>&1 || exit 0

npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

added 471 packages in 49.639s


PS C:\Users\Owner\Desktop\quickstart> npm start

> angular-quickstart@1.0.0 prestart C:\Users\Owner\Desktop\quickstart
> npm run build


> angular-quickstart@1.0.0 build C:\Users\Owner\Desktop\quickstart
> tsc -p src/


> angular-quickstart@1.0.0 start C:\Users\Owner\Desktop\quickstart
> concurrently "npm run build:watch" "npm run serve"

[1]
[1] ┌────────────────────────────────────────────────────────────┐
[1] │                  npm update check failed                   │
[1] │            Try running with sudo or get access             │
[1] │            to the local update config store via            │
[1] │ sudo chown -R $USER:$(id -gn $USER) C:\Users\Owner\.config │
[1] └────────────────────────────────────────────────────────────┘
[0]
[0] > angular-quickstart@1.0.0 build:watch C:\Users\Owner\Desktop\quickstart
[0] > tsc -p src/ -w
[0]
[1]
[1] > angular-quickstart@1.0.0 serve C:\Users\Owner\Desktop\quickstart
[1] > lite-server -c=bs-config.json
[1]
[1] ** browser-sync config **
[1] { injectChanges: false,
[1]   files: [ './**/*.{html,htm,css,js}' ],
[1]   watchOptions: { ignored: 'node_modules' },
[1]   server:
[1]    { baseDir: 'src',
[1]      middleware: [ [Function], [Function] ],
[1]      routes: { '/node_modules': 'node_modules' } } }
[1] [Browsersync] Access URLs:
[1]  --------------------------------------
[1]        Local: http://localhost:3000
[1]     External: http://192.168.11.31:3000
[1]  --------------------------------------
[1]           UI: http://localhost:3001
[1]  UI External: http://192.168.11.31:3001
[1]  --------------------------------------
[1] [Browsersync] Serving files from: src
[1] [Browsersync] Watching files...
[0] 11:32:59 - Compilation complete. Watching for file changes.
[1] 18.06.20 11:32:59 200 GET /index.html
[1] 18.06.20 11:32:59 200 GET /styles.css
[1] 18.06.20 11:32:59 200 GET /systemjs.config.js
[1] 18.06.20 11:32:59 200 GET /core-js/client/shim.min.js
[1] 18.06.20 11:32:59 200 GET /zone.js/dist/zone.js
[1] 18.06.20 11:32:59 200 GET /systemjs/dist/system.src.js
[1] [Browsersync] Reloading Browsers... (buffered 4 events)
[1] 18.06.20 11:33:00 200 GET /main.js
[1] 18.06.20 11:33:00 200 GET /systemjs-angular-loader.js
[1] 18.06.20 11:33:00 200 GET /@angular/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.js
[1] 18.06.20 11:33:00 200 GET /app/app.module.js
[1] 18.06.20 11:33:00 200 GET /favicon.ico
[1] 18.06.20 11:33:00 200 GET /@angular/common/bundles/common.umd.js
[1] 18.06.20 11:33:00 200 GET /app/app.component.js
[1] 18.06.20 11:33:00 200 GET /@angular/platform-browser/bundles/platform-browser.umd.js
[1] 18.06.20 11:33:01 200 GET /@angular/core/bundles/core.umd.js
[1] 18.06.20 11:33:01 200 GET /rxjs/Observable.js
[1] 18.06.20 11:33:01 200 GET /rxjs/observable/merge.js
[1] 18.06.20 11:33:01 200 GET /rxjs/operator/share.js
[1] 18.06.20 11:33:01 200 GET /rxjs/Subject.js
[1] 18.06.20 11:33:01 200 GET /@angular/compiler/bundles/compiler.umd.js
[1] 18.06.20 11:33:01 200 GET /rxjs/util/root.js
[1] 18.06.20 11:33:01 200 GET /rxjs/util/toSubscriber.js
[1] 18.06.20 11:33:01 200 GET /rxjs/symbol/observable.js
[1] 18.06.20 11:33:01 200 GET /rxjs/operator/multicast.js
[1] 18.06.20 11:33:01 200 GET /rxjs/operator/merge.js
[1] 18.06.20 11:33:01 200 GET /rxjs/Subscriber.js
[1] 18.06.20 11:33:01 200 GET /rxjs/Subscription.js
[1] 18.06.20 11:33:01 200 GET /rxjs/util/ObjectUnsubscribedError.js
[1] 18.06.20 11:33:01 200 GET /rxjs/SubjectSubscription.js
[1] 18.06.20 11:33:01 200 GET /rxjs/symbol/rxSubscriber.js
[1] 18.06.20 11:33:01 200 GET /rxjs/Observer.js
[1] 18.06.20 11:33:01 200 GET /rxjs/observable/ConnectableObservable.js
[1] 18.06.20 11:33:02 200 GET /rxjs/observable/ArrayObservable.js
[1] 18.06.20 11:33:02 200 GET /rxjs/util/isScheduler.js
[1] 18.06.20 11:33:02 200 GET /rxjs/operator/mergeAll.js
[1] 18.06.20 11:33:02 200 GET /rxjs/util/isFunction.js
[1] 18.06.20 11:33:02 200 GET /rxjs/util/isArray.js
[1] 18.06.20 11:33:02 200 GET /rxjs/util/isObject.js
[1] 18.06.20 11:33:02 200 GET /rxjs/util/tryCatch.js
[1] 18.06.20 11:33:02 200 GET /rxjs/util/errorObject.js
[1] 18.06.20 11:33:02 200 GET /rxjs/observable/ScalarObservable.js
[1] 18.06.20 11:33:02 200 GET /rxjs/OuterSubscriber.js
[1] 18.06.20 11:33:02 200 GET /rxjs/util/UnsubscriptionError.js
[1] 18.06.20 11:33:02 200 GET /rxjs/util/subscribeToResult.js
[1] 18.06.20 11:33:02 200 GET /rxjs/observable/EmptyObservable.js
[1] 18.06.20 11:33:02 200 GET /rxjs/InnerSubscriber.js
[1] 18.06.20 11:33:02 200 GET /rxjs/symbol/iterator.js
[1] 18.06.20 11:33:02 200 GET /rxjs/util/isPromise.js

/* -----codeの行番号----- */