開發 Angular.io's WebPack Project 情境 2 -- Start Angular.io ! III
昨天上課的測試的 OK的範例:toh-pt6
今天在我的Localhost電腦重新安裝 Node JS (Server Side JS) 後,已經能成功執行。
1. Getting Information :
(1). D:\toh-pt6>npm -version
5.6.0
(2). D:\toh-pt6>node-version
node: bad option: -version
(3). D:\toh-pt6>node -v
v8.11.3
2. 重新Install All NPM Modules into the Project:
(1). D:\toh-pt6>npm install
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"})
up to date in 14.664s
3. Version :
Node.js version: V8.11.3
NPM version: V5.6.0
@angular/cli:V6.0.8
昨天上課的測試的 OK的範例:toh-pt6
今天在我的Localhost電腦重新安裝 Node JS (Server Side JS) 後,已經能成功執行。
1. Getting Information :
(1). D:\toh-pt6>npm -version
5.6.0
(2). D:\toh-pt6>node
node: bad option: -version
(3). D:\toh-pt6>node -v
v8.11.3
2. 重新Install All NPM Modules into the Project:
(1). D:\toh-pt6>npm install
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"})
up to date in 14.664s
3. Version :
Node.js version: V8.11.3
NPM version: V5.6.0
@angular/cli:V6.0.8


