Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make deps found 404 error #641

Closed
netvox-tech opened this issue Jul 10, 2023 · 2 comments
Closed

make deps found 404 error #641

netvox-tech opened this issue Jul 10, 2023 · 2 comments
Assignees
Labels
bug Something isn't working needs/triage We still need to triage this
Milestone

Comments

@netvox-tech
Copy link
Contributor

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...

@github-actions github-actions bot added the needs/triage We still need to triage this label Jul 10, 2023
@KrishnaIyer KrishnaIyer added this to the July 2023 milestone Jul 12, 2023
@KrishnaIyer KrishnaIyer removed their assignment Jul 12, 2023
@KrishnaIyer KrishnaIyer added the bug Something isn't working label Jul 12, 2023
@happyRip
Copy link
Member

I was unable to reproduce the error. Does the error persist?

@netvox-tech
Copy link
Contributor Author

netvox-tech commented Jul 18, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs/triage We still need to triage this
Projects
None yet
Development

No branches or pull requests

4 participants