|
|
|
@ -15,4 +15,12 @@ make: *** [Makefile:208: go-check] Ошибка 1
|
|
|
|
|
$ sudo apt remove golang |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
Проблема решилась с помощью [инструкции](https://go.dev/doc/install). |
|
|
|
|
Далее установить более новую версию Go [инструкции](https://go.dev/doc/install). |
|
|
|
|
|
|
|
|
|
Аналогично для nodejs: |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
$ sudo apt remove nodejs |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
Далее по [инструкции](https://github.com/nodesource/distributions/blob/master/README.md#debinstall) |