mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
refactor: change ubuntu npm installation help
This commit is contained in:
parent
0bb11079af
commit
0225b8588c
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ func getRequiredProgramsLinux() *Prerequisites {
|
|||
case Ubuntu:
|
||||
result.Add(newPrerequisite("gcc", "Please install with `sudo apt install build-essentials` and try again"))
|
||||
result.Add(newPrerequisite("pkg-config", "Please install with `sudo apt install pkg-config` and try again"))
|
||||
result.Add(newPrerequisite("npm", "Please install from https://nodejs.org/en/download/ and try again"))
|
||||
result.Add(newPrerequisite("npm", "Please install with `sudo apt install npm` and try again"))
|
||||
|
||||
default:
|
||||
result.Add(newPrerequisite("gcc", "Please install with your system package manager and try again"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue