Eddie Hsu

Results 3 issues of Eddie Hsu

Glitch page: Context: https://github.com/Go-zh/tour/issues/new?title=%5B%E7%AE%80%E5%8D%95%E6%8F%8F%E8%BF%B0%E4%B8%80%E4%B8%8B%E8%A6%81%E6%B1%87%E6%8A%A5%E7%9A%84%E9%97%AE%E9%A2%98%5D&body=%E4%B8%8A%E4%B8%8B%E6%96%87%3A%20https%3A%2F%2Ftour.go-zh.org%2Fwelcome%2F1%0A%0A%E8%AF%B7%E4%BF%AE%E6%94%B9%E4%B8%8A%E6%96%B9%E7%9A%84%E6%A0%87%E9%A2%98%E6%9D%A5%E7%AE%80%E8%A6%81%E6%8F%8F%E8%BF%B0%E8%A6%81%E6%B1%87%E6%8A%A5%E7%9A%84%E9%97%AE%E9%A2%98%EF%BC%8C%E5%B9%B6%E6%8A%8A%E8%AF%A6%E7%BB%86%E7%9A%84%E5%86%85%E5%AE%B9%E5%86%99%E5%9C%A8%E8%BF%99%E9%87%8C%EF%BC%8C%E5%A6%82%E6%9E%9C%E5%8F%AF%E8%83%BD%E7%9A%84%E8%AF%9D%E8%AF%B7%E9%99%84%E4%B8%8A%E6%BA%90%E4%BB%A3%E7%A0%81 Screenshot: ![Xnip2024-07-29_23-55-46](https://github.com/user-attachments/assets/9a3e20a6-1306-443b-b51d-ba1d3e9f8a39)

Context: https://go.dev/tour/moretypes/18 How to run this code? It will show: ``` go: downloading golang.org/x/tour v0.0.0-20201207214521-004403599411 # example ./prog.go:6:1: missing return Go build failed. ```

I am working on **next.js project** then encounter some **bcryptjs** library issue. Snippet of `package.json`: ```json node: v20.11.1 "next": "15.1.7", "next-auth": "^5.0.0-beta.25", "bcryptjs": "^3.0.2", ``` **Snippet code:** the issue is...