-
Notifications
You must be signed in to change notification settings - Fork 451
Description
Failed to run 'make validate' on newly cloned repository.
Run 'make validate' on newly cloned repository and got the following error.

OS: Mac OS 15.5
node: 22.5.1
npm: 10.9.2
go: 1.24.3
Cloned the repository with 'git clone https://github.com/TheThingsNetwork/lorawan-devices.git'.
Then run 'make deps' on the newly cloned lorawan-devices directory.

Finally, run 'make validate' and end up with the timeout error. The script ends on different location but the error is always script timeout and context deadline exceeded.
Process exited with code 1
2025/06/16 15:34:19 Script failed: error:pkg/scripting/javascript:script_timeout (script timeout) (error:pkg/errors:context_deadline_exceeded (context deadline exceeded))
Thank you! Any help is much appreciated.