Troy Dugger

Results 2 comments of Troy Dugger

Yeah, I think there is something missing in the instructions as well. If I do `go run main.go`, I get... ``` # command-line-arguments ./main.go:77:12: undefined: InitializeEvent ``` doing `go build`...

While reading the commands to create the arm64 latest javascript https://hub.docker.com/layers/docker/dev-environments-javascript/latest/images/sha256-6cd437d0072cfe8197584e76ba222b4c1aef4b5614b9565e0118009b1dabd230?context=explore I noticed that nvm is installed, so I did the following to get latest node `nvm install 16.16.0` `npm...