Skip to content

Commit

Permalink
ℹ️ NodeJS Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Jun 4, 2021
1 parent 3d20f13 commit a4e258a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions project-signer-templates/Hints&Tricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@
openssl req -new -newkey rsa:4096 -nodes -keyout yourfinance.key -out yourfinance.csr
openssl x509 -req -sha256 -days 365 -in yourfinance.csr -signkey yourfinance.key -out yourfinance.pem
```

### NodeJS Update NPM Update

```bash
npm install npm@latest -g
npm update -g
npm install npm@latest -g
npm update -g
npm install -g npm-check-updates
ncu -u
npm update
```

### Java installation via [SDKMAN!](https://sdkman.io/install)

- Install java versions with [SDKMan](https://sdkman.io/) for MAC-OS and Linux based systems
Expand Down

0 comments on commit a4e258a

Please sign in to comment.