Skip to content

Commit 74cc2c6

Browse files
committed
change directory structure
1 parent b843923 commit 74cc2c6

File tree

11 files changed

+36
-41
lines changed

11 files changed

+36
-41
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
This file was deleted.

SUMMARY.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
一本屬於繁體中文,從華人自身發起給予『Node.js 新手的學習手冊』,藉由實際動手開發的過程中,讓大家了解到 Node.js 開發有趣之處。
44

5-
* [Node.js 介紹](source/intro/nodejs.md)
6-
* [Node.js 安裝](source/install/installNode.md)
7-
* [Node.js 安裝](source/install/installNode.md)
8-
* [Node.js 線上測試環境](source/install/onlineEnv.md)
5+
* [Node.js 介紹](intro/nodejs.md)
6+
* [Node.js 安裝](install/installNode.md)
7+
* [Node.js 安裝](install/installNode.md)
8+
* [Node.js 線上測試環境](install/onlineEnv.md)
9+
* [實戰範例](install/installNode.md)
10+
* [如何使用範例程式?](example/howto.md)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ GitHub: [nodejs-tw/nodejs-book-beginner-guide-example](https://github.com/nodejs
1010

1111
在 Windows 上安裝 Git 非常容易,我們到 [http://msysgit.github.com/](http://msysgit.github.com/) 下載最新版本的 `Git Source Code Mirror`,點擊安裝程式後會看到這個畫面。
1212

13-
![msysgit](/images/msysgit-installer.png)
13+
![msysgit](images/msysgit-installer.png)
1414

1515
直接 `Next` 到底!
1616

1717
完成後我們可以在 `開始` 裡面找到 `Git bash`,我們之後的所有操作都會在這完成。
1818

19-
![git bash](/images/gitbash.png)
19+
![git bash](images/gitbash.png)
2020

2121
#### Debian/Ubuntu
2222

example/images/gitbash.png

10.3 KB
Loading
20.5 KB
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.

npm-debug.log

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
0 info it worked if it ends with ok
2+
1 verbose cli [ '/Users/poying/.nvm/v0.11.12/bin/node',
3+
1 verbose cli '/Users/poying/.nvm/v0.11.12/bin/npm',
4+
1 verbose cli 'start' ]
5+
2 info using [email protected]
6+
3 info using [email protected]
7+
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
8+
5 info prestart [email protected]
9+
6 info start [email protected]
10+
7 verbose unsafe-perm in lifecycle true
11+
8 info [email protected] Failed to exec start script
12+
9 error [email protected] start: `gitbook serve`
13+
9 error Exit status 1
14+
10 error Failed at the [email protected] start script.
15+
10 error This is most likely a problem with the beginner-guide package,
16+
10 error not with npm itself.
17+
10 error Tell the author that this fails on your system:
18+
10 error gitbook serve
19+
10 error You can get their info via:
20+
10 error npm owner ls beginner-guide
21+
10 error There is likely additional logging output above.
22+
11 error System Darwin 13.1.0
23+
12 error command "/Users/poying/.nvm/v0.11.12/bin/node" "/Users/poying/.nvm/v0.11.12/bin/npm" "start"
24+
13 error cwd /Users/poying/Workspace/node/beginner-guide
25+
14 error node -v v0.11.12
26+
15 error npm -v 1.4.3
27+
16 error code ELIFECYCLE
28+
17 verbose exit [ 1, true ]

source/1-example/chapter.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)