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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,13 +202,16 @@ Commands from Evergreen Angular:
202
202
-`npm install`
203
203
204
204
Other useful commands:
205
-
205
+
-`node -v`
206
+
-`npm -v`
207
+
-`yarn -v`
208
+
-
206
209
-`npm install -g typings` - Looks for updated Typescript type files.
207
210
-`npx ng update -g` - Updates global cli & sdk
208
211
-`npm install npm@latest -g` - update npm
209
212
-`npm install -g typescript` or to update: `npm -g upgrade typescript`; to get version: `tsc --version` - update typescript
210
213
-`choco upgrade all` - updates https://docs.chocolatey.org/en-us/choco/commands/upgrade (requires VSCode being run with Admin permissions) & many apps that use Choclatey
211
-
-`https://update.angular.io/?v=15.0-17.0` shows additinoal code updates that may be required
214
+
-`https://update.angular.io/?v=15.0-17.0` shows additional code updates that may be required
212
215
-`npm install --save --legacy-peer-deps` - tells NPM to install packages using relaxed V6 algorithm
213
216
-`npm i yarn -g`, then `yarn install` - uses yarn (a nice wrapper for npm)
214
217
-`npm outdated` - show availability of newer packages
0 commit comments