Skip to content

Commit 4675ea7

Browse files
committed
update notes
1 parent 7a96719 commit 4675ea7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,13 +202,16 @@ Commands from Evergreen Angular:
202202
- `npm install`
203203

204204
Other useful commands:
205-
205+
- `node -v`
206+
- `npm -v`
207+
- `yarn -v`
208+
-
206209
- `npm install -g typings` - Looks for updated Typescript type files.
207210
- `npx ng update -g` - Updates global cli & sdk
208211
- `npm install npm@latest -g` - update npm
209212
- `npm install -g typescript` or to update: `npm -g upgrade typescript`; to get version: `tsc --version` - update typescript
210213
- `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
212215
- `npm install --save --legacy-peer-deps` - tells NPM to install packages using relaxed V6 algorithm
213216
- `npm i yarn -g`, then `yarn install` - uses yarn (a nice wrapper for npm)
214217
- `npm outdated` - show availability of newer packages

0 commit comments

Comments
 (0)