mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Explain that we need Internet connection to install all dependencies
This commit is contained in:
@ -164,7 +164,9 @@ class APIRequestError(PlatformioException):
|
||||
|
||||
class InternetIsOffline(PlatformioException):
|
||||
|
||||
MESSAGE = "You are not connected to the Internet"
|
||||
MESSAGE = "You are not connected to the Internet.\n"\
|
||||
"If you build a project first time, we need Internet "\
|
||||
"connection to install all dependencies and toolchain."
|
||||
|
||||
|
||||
class LibNotFound(PlatformioException):
|
||||
|
Reference in New Issue
Block a user