File tree Expand file tree Collapse file tree 7 files changed +5
-3198
lines changed
docs/pages/getting-started Expand file tree Collapse file tree 7 files changed +5
-3198
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,10 @@ Node.js SDK for LINE Messaging API
8
8
9
9
### Install
10
10
11
- Using [ npm] ( https://www.npmjs.com/ ) or [ Yarn ] ( https://yarnpkg.com/ ) :
11
+ Using [ npm] ( https://www.npmjs.com/ ) :
12
12
13
13
``` bash
14
14
$ npm install @line/bot-sdk
15
- $ yarn add @line/bot-sdk
16
15
```
17
16
18
17
### Documentation
Original file line number Diff line number Diff line change 1
1
# Install
2
2
3
- Please install via [ npm] ( https://www.npmjs.com/ ) or [ Yarn ] ( https://yarnpkg.com/ ) .
3
+ Please install via [ npm] ( https://www.npmjs.com/ ) .
4
4
5
5
``` bash
6
6
$ npm install @line/bot-sdk
7
- $ yarn add @line/bot-sdk
8
7
```
9
8
10
9
You can build from source. Please clone the repository and run the following
Original file line number Diff line number Diff line change 1
1
# Requirements
2
2
3
- * ** Node.js** >= 4
3
+ * ** Node.js** >= 4, preferably >=6
4
4
* It uses ES2015.
5
- * Package manager for ** Node.js** , such as [ ** npm** ] ( https://www.npmjs.com/ ) or
6
- [ ** Yarn** ] ( https://yarnpkg.com/ )
5
+ * [ ** npm** ] ( https://www.npmjs.com/ ) , preferably >=5
7
6
8
- Other dependencies are installed via the package manager, and do not need to be
9
- pre-installed.
7
+ Other dependencies are installed via npm, and do not need to be pre-installed.
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ Install deps:
8
8
9
9
``` bash
10
10
$ npm install
11
- $ yarn # alternatively
12
11
```
13
12
14
13
Configuration:
You can’t perform that action at this time.
0 commit comments