You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when we follow the step of the guide,wo set up the env to:
ubuntu:/Desktop/ttn/lorawan-devices$ node -v
v16.16.0
ubuntu:/Desktop/ttn/lorawan-devices$ npm -v
8.11.0
ubuntu:~/Desktop/ttn/lorawan-devices$ go version
go version go1.18.10 linux/amd64
when we run makde deps ,wo get the error.
ubuntu:~/Desktop/ttn/lorawan-devices$ make deps
npm install
changed 7 packages in 3s
6 packages are looking for funding
run npm fund for details
pushd ./tools/runscript && go install . && popd
~/Desktop/ttn/lorawan-devices/tools/runscript ~/Desktop/ttn/lorawan-devices
go: downloading go.thethings.network/lorawan-stack/v3 v3.21.0
main.go:26:2: unrecognized import path "go.thethings.network/lorawan-stack/v3": reading https://go.thethings.network/lorawan-stack/v3?go-get=1: 404 Not Found
server response: Repository "lorawan-stack/v3" not found
main.go:27:2: unrecognized import path "go.thethings.network/lorawan-stack/v3": reading https://go.thethings.network/lorawan-stack/v3?go-get=1: 404 Not Found
server response: Repository "lorawan-stack/v3" not found
main.go:28:2: unrecognized import path "go.thethings.network/lorawan-stack/v3": reading https://go.thethings.network/lorawan-stack/v3?go-get=1: 404 Not Found
server response: Repository "lorawan-stack/v3" not found
Makefile:27: recipe for target 'deps' failed
make: *** [deps] Error 1
please help me how to handle the error...
The text was updated successfully, but these errors were encountered:
Dear Sirs,
We find it’s caused by our operation system. We had solved the problem.
Thanks for your help.
Best Regards,
Woody
Netvox Technology Co., Ltd.
http://www.netvox.com.tw/
From: Aleksander Borowski ***@***.***>
Sent: Monday, July 17, 2023 2:48 PM
To: TheThingsNetwork/lorawan-devices ***@***.***>
Cc: netvox-tech ***@***.***>; Author ***@***.***>
Subject: {Disarmed} Re: [TheThingsNetwork/lorawan-devices] make deps found 404 error (Issue #641)
I was unable to reproduce the error. Does the error persist?
—
Reply to this email directly, view it on GitHub <#641 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ASRLZPTDJTMU3OPAII7AGTLXQTNYXANCNFSM6AAAAAA2EFAGOE> .
You are receiving this because you authored the thread. <http://www.mailscanner.tv/1x1spacer.gif> Message ID: ***@***.*** ***@***.***> >
[ { ***@***.***": "http://schema.org", ***@***.***": "EmailMessage", "potentialAction": { ***@***.***": "ViewAction", "target": "#641 (comment)", "url": "#641 (comment)", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { ***@***.***": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
--
This message has been scanned for viruses and
dangerous content by <http://www.mailscanner.info/> MailScanner, and is
believed to be clean.
when we follow the step of the guide,wo set up the env to:
ubuntu:
/Desktop/ttn/lorawan-devices$ node -v/Desktop/ttn/lorawan-devices$ npm -vv16.16.0
ubuntu:
8.11.0
ubuntu:~/Desktop/ttn/lorawan-devices$ go version
go version go1.18.10 linux/amd64
when we run makde deps ,wo get the error.
ubuntu:~/Desktop/ttn/lorawan-devices$ make deps
npm install
changed 7 packages in 3s
6 packages are looking for funding
run
npm fund
for detailspushd ./tools/runscript && go install . && popd
~/Desktop/ttn/lorawan-devices/tools/runscript ~/Desktop/ttn/lorawan-devices
go: downloading go.thethings.network/lorawan-stack/v3 v3.21.0
main.go:26:2: unrecognized import path "go.thethings.network/lorawan-stack/v3": reading https://go.thethings.network/lorawan-stack/v3?go-get=1: 404 Not Found
server response: Repository "lorawan-stack/v3" not found
main.go:27:2: unrecognized import path "go.thethings.network/lorawan-stack/v3": reading https://go.thethings.network/lorawan-stack/v3?go-get=1: 404 Not Found
server response: Repository "lorawan-stack/v3" not found
main.go:28:2: unrecognized import path "go.thethings.network/lorawan-stack/v3": reading https://go.thethings.network/lorawan-stack/v3?go-get=1: 404 Not Found
server response: Repository "lorawan-stack/v3" not found
Makefile:27: recipe for target 'deps' failed
make: *** [deps] Error 1
please help me how to handle the error...
The text was updated successfully, but these errors were encountered: