File tree 2 files changed +5
-5
lines changed
docs/documentation/stories
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ First install Bootstrap from `npm`:
12
12
``` bash
13
13
npm install jquery --save
14
14
npm install popper.js --save
15
- npm install bootstrap@next --save
15
+ npm install bootstrap --save
16
16
```
17
17
18
18
Then add the needed script files to ` apps[0].scripts ` :
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ With the new project created and ready you will next need to install bootstrap t
22
22
Using the ` --save ` option the dependency will be saved in package.json
23
23
24
24
``` sh
25
- # version 3 .x
25
+ # version 4 .x
26
26
npm install bootstrap --save
27
27
28
- # version 4 .x
29
- npm install bootstrap@next --save
28
+ # version 3 .x
29
+ npm install bootstrap@3 --save
30
30
```
31
31
32
32
### Configuring Project
@@ -78,7 +78,7 @@ cd my-app
78
78
npm install bootstrap-sass --save
79
79
80
80
# version 4.x
81
- npm install bootstrap@next --save
81
+ npm install bootstrap --save
82
82
```
83
83
84
84
### Configuring Project
You can’t perform that action at this time.
0 commit comments