This repository was archived by the owner on May 1, 2020. It is now read-only.
File tree 1 file changed +17
-10
lines changed
1 file changed +17
-10
lines changed Original file line number Diff line number Diff line change @@ -7,23 +7,30 @@ To use this version of `@ionic/app-scripts`, follow these steps to upgrade:
7
7
1 . Install the latest version of the ionic cli
8
8
9
9
```
10
- npm install ionic@latest
10
+ npm install ionic@latest -g
11
11
```
12
12
13
13
Note: sudo may be required depending on your workstation set-up
14
14
15
15
2 . Update the project's ` package.json ` file's ` script ` section to look like this:
16
16
17
- ```
18
- ...
19
- "scripts" : {
20
- "ionic:build": "ionic-app-scripts build",
21
- "ionic:serve": "ionic-app-scripts serve"
22
- }
23
- ...
24
- ```
17
+ ```
18
+ ...
19
+ "scripts" : {
20
+ "ionic:build": "ionic-app-scripts build",
21
+ "ionic:serve": "ionic-app-scripts serve"
22
+ }
23
+ ...
24
+ ```
25
+
26
+ Note: This is removing several deprecated Ionic scripts. If you have any of your own custom scripts, don't remove them.
27
+
25
28
26
- Note: This is removing several deprecated Ionic scripts. If you have any of your own custom scripts, don't remove them!
29
+ 3 . Install the latest version of ` @ionic/app-scripts `
30
+
31
+ ```
32
+ npm install @ionic/app-scripts@latest --save-dev
33
+ ```
27
34
28
35
### Bug Fixes
29
36
You can’t perform that action at this time.
0 commit comments