mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-31 07:09:53 +02:00
Update readme node version to 20
This commit is contained in:
parent
9b15bafc9f
commit
a71cd326cc
2 changed files with 2318 additions and 16377 deletions
18689
package-lock.json
generated
18689
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -30,7 +30,7 @@ This application is built using [NuxtJS](https://nuxtjs.org/) and [Capacitor](ht
|
||||||
Required Software:
|
Required Software:
|
||||||
|
|
||||||
* [Git](https://git-scm.com/downloads)
|
* [Git](https://git-scm.com/downloads)
|
||||||
* [Node.js](https://nodejs.org/en/)
|
* [Node.js](https://nodejs.org/en/) (version 20)
|
||||||
* Code editor of choice([VSCode](https://code.visualstudio.com/download), etc)
|
* Code editor of choice([VSCode](https://code.visualstudio.com/download), etc)
|
||||||
* [Android Studio](https://developer.android.com/studio)
|
* [Android Studio](https://developer.android.com/studio)
|
||||||
* [Android SDK](https://developer.android.com/studio)
|
* [Android SDK](https://developer.android.com/studio)
|
||||||
|
@ -45,7 +45,7 @@ Note: This requires a PowerShell prompt with winget installed. You should be ab
|
||||||
winget install -e --id Git.Git; `
|
winget install -e --id Git.Git; `
|
||||||
winget install -e --id Microsoft.VisualStudioCode; `
|
winget install -e --id Microsoft.VisualStudioCode; `
|
||||||
winget install -e --id Google.AndroidStudio; `
|
winget install -e --id Google.AndroidStudio; `
|
||||||
winget install -e --id OpenJS.NodeJS --version 16.12.0; #v17 has issues with openssl
|
winget install -e --id OpenJS.NodeJS --version 20.11.0;
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
@ -61,7 +61,7 @@ Your Windows environment should now be set up and ready to proceed!
|
||||||
Required Software:
|
Required Software:
|
||||||
|
|
||||||
* [Android Studio](https://developer.android.com/studio)
|
* [Android Studio](https://developer.android.com/studio)
|
||||||
* [Node.js](https://nodejs.org/en/)
|
* [Node.js](https://nodejs.org/en/) (version 20)
|
||||||
* [Cocoapods](https://guides.cocoapods.org/using/getting-started.html#installation)
|
* [Cocoapods](https://guides.cocoapods.org/using/getting-started.html#installation)
|
||||||
* [Android SDK](https://developer.android.com/studio)
|
* [Android SDK](https://developer.android.com/studio)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue