You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The CLI attempts to be a thin wrapper of [boilerplate-update](https://github.com
23
23
24
24
As a global executable:
25
25
26
-
`npm install -g ember-cli-update`
26
+
`pnpm add -g ember-cli-update`
27
27
28
28
As an Ember CLI command:
29
29
@@ -276,7 +276,7 @@ Let's update from Ember CLI 2.18.2 to Ember CLI 3.1.4
276
276
First, make sure you are on the latest ember-cli-update version for good measure.
277
277
278
278
```
279
-
npm install -g ember-cli-update
279
+
pnpm add -g ember-cli-update
280
280
```
281
281
282
282
Then, run all compatible codemods against your current version. Since codemods are downloaded on the fly, they can be updated (and new ones added) without even getting a new version of ember-cli-update. Also, we may add additional codemods targeting your older version of Ember.js.
0 commit comments