This repository was archived by the owner on May 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +17
-10
lines changed
Expand file tree Collapse file tree 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:
771 . Install the latest version of the ionic cli
88
99 ```
10- npm install ionic@latest
10+ npm install ionic@latest -g
1111 ```
1212
1313 Note: sudo may be required depending on your workstation set-up
1414
15152 . Update the project's ` package.json ` file's ` script ` section to look like this:
1616
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+
2528
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+ ```
2734
2835### Bug Fixes
2936
You can’t perform that action at this time.
0 commit comments